|
25.11
|
#include "NeonBaseWorkload.hpp"#include "arm_compute/runtime/Tensor.h"#include "arm_compute/runtime/NEON/functions/NEFloor.h"#include "arm_compute/runtime/NEON/functions/NEElementwiseOperations.h"#include "arm_compute/runtime/NEON/functions/NECast.h"Go to the source code of this file.
Classes | |
| class | NeonFloorDivWorkload |
Namespaces | |
| namespace | armnn |
| Copyright (c) 2021 ARM Limited and Contributors. | |
Functions | |
| arm_compute::Status | NeonFloorDivWorkloadValidate (const TensorInfo &input0Info, const TensorInfo &input1Info, const TensorInfo &outputInfo, const ActivationDescriptor *activationDescriptor) |
| Validation for the Floor Div Workload. | |