Searched defs:depth_output_gemm3d (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/ |
H A D | ClGemmLowpMatrixMultiplyCore.cpp | 125 …igned int m, unsigned int n, unsigned int k, bool reinterpret_input_as_3d, int depth_output_gemm3d) in validate_lhs_rhs_info_reshaped_only_rhs() 160 …igned int m, unsigned int n, unsigned int k, bool reinterpret_input_as_3d, int depth_output_gemm3d) in validate_lhs_rhs_info_reshaped_only_rhs_mmul() 194 …only_rhs(auto_heuristics::CommonQuery query, bool reinterpret_input_as_3d, int depth_output_gemm3d, in auto_select_gemm_config_reshaped_only_rhs() 213 …rhs_mmul(auto_heuristics::CommonQuery query, bool reinterpret_input_as_3d, int depth_output_gemm3d, in auto_select_gemm_config_reshaped_only_rhs_mmul() 289 const int depth_output_gemm3d = gemm_info.depth_output_gemm3d(); in configure() local 499 const int depth_output_gemm3d = gemm_info.depth_output_gemm3d(); in validate() local
|
H A D | ClGemm.cpp | 213 const int depth_output_gemm3d = gemm_info.depth_output_gemm3d(); in configure_native() local 245 const int depth_output_gemm3d = gemm_info.depth_output_gemm3d(); in configure_reshaped() local 290 const int depth_output_gemm3d = gemm_info.depth_output_gemm3d(); in configure_reshaped_only_rhs() local 337 const int depth_output_gemm3d = gemm_info.depth_output_gemm3d(); in configure_reshaped_only_rhs_mmul() local 388 const int depth_output_gemm3d = gemm_info.depth_output_gemm3d(); in validate_native() local 425 const int depth_output_gemm3d = gemm_info.depth_output_gemm3d(); in validate_reshaped() local 474 const int depth_output_gemm3d = gemm_info.depth_output_gemm3d(); in validate_reshaped_only_rhs() local 523 const int depth_output_gemm3d = gemm_info.depth_output_gemm3d(); in validate_reshaped_only_rhs_mmul() local
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/utils/misc/ |
H A D | ShapeCalculator.h | 912 …const int depth_output_gemm3d = reinterpret_output_as_3d ? reshape_info.depth_output_gemm3d(… in compute_mm_shape() local 948 …const int depth_output_gemm3d = reinterpret_output_as_3d ? gemm_info.depth_output_gemm3d() :… in compute_mm_shape() local 986 …const unsigned int depth_output_gemm3d = reinterpret_output_as_3d ? gemm_info.depth_output_ge… in compute_mm_shape() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | GEMMMatrixMultiplyReshapedOnlyRHS.cpp | 270 … export_to_cl_image, bool broadcast_bias, bool input_as_3d, unsigned int depth_output_gemm3d, cons… in validate_configuration()
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/core/ |
H A D | Types.h | 2234 int depth_output_gemm3d() const in depth_output_gemm3d() function 2435 int depth_output_gemm3d() const in depth_output_gemm3d() function
|