24.08
|
Go to the documentation of this file.
18 const arm_compute::TensorInfo aclInputInfo = armcomputetensorutils::BuildArmComputeTensorInfo(input);
19 const arm_compute::TensorInfo aclOutputInfo = armcomputetensorutils::BuildArmComputeTensorInfo(output);
21 return arm_compute::CLReshapeLayer::validate(&aclInputInfo, &aclOutputInfo);
26 const arm_compute::CLCompileContext& clCompileContext)
36 m_Layer.configure(clCompileContext, &input, &output);
void ValidateInputsOutputs(const std::string &descName, unsigned int numExpectedIn, unsigned int numExpectedOut) const
#define ARMNN_SCOPED_PROFILING_EVENT_CL_NAME_GUID(label)
Creates a profiling event that uses GetGuid() and GetName() from the calling class.
Contains information about TensorInfos of a layer.
ClReshapeWorkload(const ReshapeQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
std::vector< ITensorHandle * > m_Outputs
ReshapeQueueDescriptor m_Data
void RunClFunction(arm_compute::IFunction &function, const CheckLocation &location)
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
arm_compute::Status ClReshapeWorkloadValidate(const TensorInfo &input, const TensorInfo &output)
std::vector< ITensorHandle * > m_Inputs