|
25.11
|
#include "ClFloorDivWorkload.hpp"#include <armnn/utility/PolymorphicDowncast.hpp>#include "ClWorkloadUtils.hpp"#include "backendsCommon/WorkloadUtils.hpp"#include <aclCommon/ArmComputeUtils.hpp>#include <cl/ClTensorHandle.hpp>Go to the source code of this file.
Namespaces | |
| namespace | armnn |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| TensorInfo | ConvertTensorToFloat32 (const TensorInfo &tensorInfo) |
| Utility function used for the two cast layer inputs to convert the output layer tensor types. | |
| bool | AreAllTensorsSigned32 (const std::vector< TensorInfo > &tensorInfos) |
| Utility function used to check if a vector of tensors are Signed32. | |
| bool | IsValidationPassing (const std::vector< arm_compute::Status > &statuses) |
| Utility function used to check if statuses are returning 'OK'. | |
| arm_compute::Status | ClFloorDivWorkloadValidate (const TensorInfo &input0Info, const TensorInfo &input1Info, const TensorInfo &outputInfo, const ActivationDescriptor *activationDescriptor) |