Home
last modified time | relevance | path

Searched refs:ACL_SRC_3 (Results 1 – 8 of 8) sorted by relevance

/external/ComputeLibrary/arm_compute/core/experimental/
DTypes.h48 ACL_SRC_3 = 3, enumerator
77 ACL_VEC_ROW_SUM = ACL_SRC_3,
/external/ComputeLibrary/src/cpu/operators/
DCpuAddMulAdd.cpp95 const ITensor *bn_add = tensors.get_const_tensor(TensorType::ACL_SRC_3); in run()
120 { TensorType::ACL_SRC_3, dequantized_bn_add_handler.get() }, in run()
DCpuGemmLowpMatrixMultiplyCore.cpp629 pack.add_tensor(TensorType::ACL_SRC_3, c); in run()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEAddMulAdd.cpp63 { TensorType::ACL_SRC_3, bn_add }, in configure()
/external/ComputeLibrary/src/gpu/cl/operators/
DClIndirectConv2d.cpp119 indirect_conv2d_pack.add_const_tensor(ACL_SRC_3, indirect_buffer.get()); in run()
/external/ComputeLibrary/src/cpu/kernels/
DCpuAddMulAddKernel.cpp186 const ITensor *bn_add = tensors.get_const_tensor(TensorType::ACL_SRC_3); in run_op()
DCpuGemmLowpOffsetContributionOutputStageKernel.cpp909 auto bias = tensors.get_const_tensor(TensorType::ACL_SRC_3); in run_op()
/external/ComputeLibrary/src/gpu/cl/kernels/
DClIndirectConv2dKernel.cpp272 …ls::cast::polymorphic_downcast<const ICLTensor *>(tensors.get_const_tensor(TensorType::ACL_SRC_3)); in run_op()