ArmNN
 25.02
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
NeonFloorDivWorkload.cpp File Reference
Include dependency graph for NeonFloorDivWorkload.cpp:

Go to the source code of this file.

Namespaces

 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. More...
 
bool IsAllTensorsSigned32 (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 NeonFloorDivWorkloadValidate (const TensorInfo &input0Info, const TensorInfo &input1Info, const TensorInfo &outputInfo, const ActivationDescriptor *activationDescriptor)
 Validation for the Floor Div Workload. More...