Searched defs:reinterpret_input_as_3d (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/ |
H A D | ClGemm.cpp | 140 … const ITensorInfo *output, GEMMKernelInfo gemm_kernel_info, bool reinterpret_input_as_3d) in validate_lhs_rhs_info_reshaped() 171 … const ITensorInfo *c, const ITensorInfo *output, bool reinterpret_input_as_3d) in auto_select_gemm_config_reshaped() 208 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d(); in configure_native() local 240 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d(); in configure_reshaped() local 285 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d(); in configure_reshaped_only_rhs() local 332 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d(); in configure_reshaped_only_rhs_mmul() local 383 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d(); in validate_native() local 420 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d(); in validate_reshaped() local 469 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d(); in validate_reshaped_only_rhs() local 518 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d(); in validate_reshaped_only_rhs_mmul() local [all …]
|
H A D | ClGemmLowpMatrixMultiplyCore.cpp | 125 …unsigned int m, unsigned int n, unsigned int k, bool reinterpret_input_as_3d, int depth_output_gem… in validate_lhs_rhs_info_reshaped_only_rhs() 160 …unsigned int m, unsigned int n, unsigned int k, bool reinterpret_input_as_3d, int depth_output_gem… in validate_lhs_rhs_info_reshaped_only_rhs_mmul() 194 …_config_reshaped_only_rhs(auto_heuristics::CommonQuery query, bool reinterpret_input_as_3d, int de… in auto_select_gemm_config_reshaped_only_rhs() 213 …ig_reshaped_only_rhs_mmul(auto_heuristics::CommonQuery query, bool reinterpret_input_as_3d, int de… in auto_select_gemm_config_reshaped_only_rhs_mmul() 284 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d(); in configure() local 494 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d(); in validate() local
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/ |
H A D | ClGemmReshapeLhsMatrixKernel.cpp | 49 …Info *src, const ITensorInfo *dst, const GEMMLHSMatrixInfo &lhs_info, bool reinterpret_input_as_3d) in validate_arguments() 74 …TensorInfo *src, ITensorInfo *dst, const GEMMLHSMatrixInfo &lhs_info, bool reinterpret_input_as_3d) in configure_window() 109 …TensorInfo *src, ITensorInfo *dst, const GEMMLHSMatrixInfo &lhs_info, bool reinterpret_input_as_3d) in configure() 171 …Info *src, const ITensorInfo *dst, const GEMMLHSMatrixInfo &lhs_info, bool reinterpret_input_as_3d) in validate()
|
H A D | ClGemmLowpMatrixMultiplyNativeKernel.cpp | 110 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d(); in validate_and_configure_window() local
|
H A D | ClGemmMatrixMultiplyReshapedOnlyRhsKernel.cpp | 145 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d; in validate_and_configure_window() local
|
H A D | ClGemmMatrixMultiplyNativeKernel.cpp | 147 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d; in validate_and_configure_window() local
|
H A D | ClGemmLowpMatrixMultiplyReshapedOnlyRhsKernel.cpp | 205 bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d; in validate_and_configure_window() local
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/misc/ |
H A D | ShapeCalculator.h | 910 const bool reinterpret_input_as_3d = reshape_info.reinterpret_input_as_3d(); in compute_mm_shape() local 946 const bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d(); in compute_mm_shape() local 984 const bool reinterpret_input_as_3d = gemm_info.reinterpret_input_as_3d; in compute_mm_shape() local
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/ |
H A D | Types.h | 2242 bool reinterpret_input_as_3d() const in reinterpret_input_as_3d() function 2443 bool reinterpret_input_as_3d() const in reinterpret_input_as_3d() function
|