23.11
|
Go to the documentation of this file.
41 auto k = std::make_unique<kernels::CpuConvertFullyConnectedWeightsKernel>();
43 _kernel = std::move(k);
void configure(const ITensorInfo *src, ITensorInfo *dst, const TensorShape &original_src_shape, DataLayout data_layout)
Configure operator for a given list of arguments.
SimpleTensor< float > src
DataLayout
[DataLayout enum definition]
virtual void schedule_op(ICPPKernel *kernel, const Hints &hints, const Window &window, ITensorPack &tensors)=0
Runs the kernel in the same thread as the caller synchronously.
constexpr auto data_layout
static IScheduler & get()
Access the scheduler singleton.
static Status validate(const ITensorInfo *src, const ITensorInfo *dst, const TensorShape &original_src_shape, DataLayout data_layout)
Static function to check if given info will lead to a valid configuration.
static Status validate(const ITensorInfo *src, const ITensorInfo *dst, const TensorShape &original_input_shape, DataLayout data_layout)
Static function to check if given info will lead to a valid configuration.
Copyright (c) 2017-2023 Arm Limited.
static constexpr size_t DimZ
Alias for dimension 2 also known as Z dimension.
void run(ITensorPack &tensors) override
Run the kernels contained in the function.
Store the tensor's metadata.
#define ARM_COMPUTE_LOG_PARAMS(...)