24.08
|
Go to the documentation of this file.
17 const arm_compute::TensorInfo aclInput = armcomputetensorutils::BuildArmComputeTensorInfo(input);
18 const arm_compute::TensorInfo aclOutput = armcomputetensorutils::BuildArmComputeTensorInfo(output);
20 return arm_compute::CLFloor::validate(&aclInput, &aclOutput);
25 const arm_compute::CLCompileContext& clCompileContext)
34 m_Layer.configure(clCompileContext, &input, &output);
77 void ClFloorFloatWorkload::Reconfigure()
arm_compute::Status ClFloorWorkloadValidate(const TensorInfo &input, const TensorInfo &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.
ClFloorFloatWorkload(const FloorQueueDescriptor &descriptor, const WorkloadInfo &info, const arm_compute::CLCompileContext &clCompileContext)
std::vector< ITensorHandle * > m_Outputs
void RunClFunction(arm_compute::IFunction &function, const CheckLocation &location)
void Execute() const override
Copyright (c) 2021 ARM Limited and Contributors.
void ReplaceOutputTensorHandle(ITensorHandle *tensorHandle, unsigned int slot) override
void ReplaceInputTensorHandle(ITensorHandle *tensorHandle, unsigned int slot) override
std::vector< ITensorHandle * > m_Inputs