23.08
|
Go to the documentation of this file.
24 #ifndef ARM_COMPUTE_NECONVERTFULLYCONNECTEDWEIGHTS_H
25 #define ARM_COMPUTE_NECONVERTFULLYCONNECTEDWEIGHTS_H
86 std::unique_ptr<Impl> _impl;
DataLayout
[DataLayout enum definition]
Base class for all functions.
NEConvertFullyConnectedWeights & operator=(const NEConvertFullyConnectedWeights &)=delete
Prevent instances of this class from being copied (As this class contains pointers)
static Status validate(const ITensorInfo *input, const ITensorInfo *output, const TensorShape &original_input_shape, DataLayout data_layout)
Static function to check if given info will lead to a valid configuration of NEConvertFullyConnectedW...
NEConvertFullyConnectedWeights()
Default constructor.
Interface for CPU tensor.
void configure(const ITensor *input, ITensor *output, const TensorShape &original_input_shape, DataLayout data_layout)
Initialize the function.
~NEConvertFullyConnectedWeights()
Default destructor.
Basic function to run cpu::kernels::CpuConvertFullyConnectedWeightsKernel.
Copyright (c) 2017-2023 Arm Limited.
void run() override
Run the kernels contained in the function.
Store the tensor's metadata.