|
25.11
|
#include "NeonFloorDivWorkload.hpp"#include "NeonWorkloadUtils.hpp"#include <armnn/utility/PolymorphicDowncast.hpp>#include <aclCommon/ArmComputeUtils.hpp>#include "backendsCommon/WorkloadUtils.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 | IsAllTensorsSigned32 (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 | NeonFloorDivWorkloadValidate (const TensorInfo &input0Info, const TensorInfo &input1Info, const TensorInfo &outputInfo, const ActivationDescriptor *activationDescriptor) |
| Validation for the Floor Div Workload. | |