Go to the source code of this file.
|
| | armnn |
| | Copyright (c) 2021 ARM Limited and Contributors.
|
| |
|
| TensorInfo | ConvertTensorToFloat32 (const TensorInfo &tensorInfo) |
| | Utility function used for the two cast layer inputs to convert the output layer tensor types. More...
|
| |
| bool | AreAllTensorsSigned32 (const std::vector< TensorInfo > &tensorInfos) |
| | Utility function used to check if a vector of tensors are Signed32. More...
|
| |
| bool | IsValidationPassing (const std::vector< arm_compute::Status > &statuses) |
| | Utility function used to check if statuses are returning 'OK'. More...
|
| |
| arm_compute::Status | ClFloorDivWorkloadValidate (const TensorInfo &input0Info, const TensorInfo &input1Info, const TensorInfo &outputInfo, const ActivationDescriptor *activationDescriptor) |
| |