22.02
|
Go to the source code of this file.
Namespaces | |
arm_compute | |
Copyright (c) 2017-2021 Arm Limited. | |
Macros | |
#define | ARM_COMPUTE_ERROR_ON_CPU_F16_UNSUPPORTED(tensor) ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_unsupported_cpu_fp16(__func__, __FILE__, __LINE__, tensor)) |
#define | ARM_COMPUTE_RETURN_ERROR_ON_CPU_F16_UNSUPPORTED(tensor) ARM_COMPUTE_RETURN_ON_ERROR(::arm_compute::error_on_unsupported_cpu_fp16(__func__, __FILE__, __LINE__, tensor)) |
#define | ARM_COMPUTE_ERROR_ON_CPU_BF16_UNSUPPORTED(tensor) ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_unsupported_cpu_bf16(__func__, __FILE__, __LINE__, tensor)) |
#define | ARM_COMPUTE_RETURN_ERROR_ON_CPU_BF16_UNSUPPORTED(tensor) ARM_COMPUTE_RETURN_ON_ERROR(::arm_compute::error_on_unsupported_cpu_bf16(__func__, __FILE__, __LINE__, tensor)) |
Functions | |
Status | error_on_unsupported_cpu_fp16 (const char *function, const char *file, const int line, const ITensorInfo *tensor_info) |
Return an error if the data type of the passed tensor info is FP16 and FP16 support is not compiled in. More... | |
Status | error_on_unsupported_cpu_bf16 (const char *function, const char *file, const int line, const ITensorInfo *tensor_info) |
Return an error if the data type of the passed tensor info is BFLOAT16 and BFLOAT16 support is not compiled in. More... | |
Status | error_on_unsupported_cpu_fp16 (const char *function, const char *file, const int line, const ITensor *tensor) |
Return an error if the data type of the passed tensor is FP16 and FP16 support is not compiled in. More... | |
Status | error_on_unsupported_cpu_bf16 (const char *function, const char *file, const int line, const ITensor *tensor) |
Return an error if the data type of the passed tensor is BFLOAT16 and BFLOAT16 support is not compiled in. More... | |
#define ARM_COMPUTE_ERROR_ON_CPU_BF16_UNSUPPORTED | ( | tensor | ) | ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_unsupported_cpu_bf16(__func__, __FILE__, __LINE__, tensor)) |
Definition at line 118 of file Validate.h.
#define ARM_COMPUTE_ERROR_ON_CPU_F16_UNSUPPORTED | ( | tensor | ) | ARM_COMPUTE_ERROR_THROW_ON(::arm_compute::error_on_unsupported_cpu_fp16(__func__, __FILE__, __LINE__, tensor)) |
Definition at line 112 of file Validate.h.
#define ARM_COMPUTE_RETURN_ERROR_ON_CPU_BF16_UNSUPPORTED | ( | tensor | ) | ARM_COMPUTE_RETURN_ON_ERROR(::arm_compute::error_on_unsupported_cpu_bf16(__func__, __FILE__, __LINE__, tensor)) |
Definition at line 121 of file Validate.h.
Referenced by CpuGemmAssemblyDispatch::validate(), and CpuGemm::validate().
#define ARM_COMPUTE_RETURN_ERROR_ON_CPU_F16_UNSUPPORTED | ( | tensor | ) | ARM_COMPUTE_RETURN_ON_ERROR(::arm_compute::error_on_unsupported_cpu_fp16(__func__, __FILE__, __LINE__, tensor)) |
Definition at line 115 of file Validate.h.
Referenced by CpuLogits1DMaxKernel::name(), CpuElementwiseUnaryKernel::validate(), ClCropKernel::validate(), CpuGemmMatrixAdditionKernel::validate(), CpuDepthwiseConv2dAssemblyWrapperKernel::validate(), CpuPool2dAssemblyWrapperKernel::validate(), NESelectKernel::validate(), NECropKernel::validate(), CpuGemmAssemblyDispatch::validate(), and CpuGemm::validate().