Home
last modified time | relevance | path

Searched refs:query_gemm_config_reshaped (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/tests/validation/CL/UNIT/
DMLGOHeuristics.cpp103 …ARM_COMPUTE_EXPECT((heuristics.query_gemm_config_reshaped(Query{ "g76", DataType::F16, 100, 100, 2… in TEST_SUITE()
105 …ARM_COMPUTE_EXPECT((heuristics.query_gemm_config_reshaped(Query{ "g76", DataType::F16, 128, 512, 1… in TEST_SUITE()
462 …ARM_COMPUTE_EXPECT(!heuristics.query_gemm_config_reshaped(Query{ "g76", DataType::F32, 1024, 1024,… in TEST_CASE()
/external/ComputeLibrary/tests/validation/gpu/unit/
DContext.cpp97 …ARM_COMPUTE_EXPECT((heuristics.query_gemm_config_reshaped(Query{ "g76", DataType::F16, 100, 100, 2… in TEST_SUITE()
/external/ComputeLibrary/src/runtime/CL/mlgo/
DMLGOHeuristics.h96 std::pair<bool, GEMMConfigReshaped> query_gemm_config_reshaped(const Query &query) const;
DMLGOHeuristics.cpp112 std::pair<bool, GEMMConfigReshaped> MLGOHeuristics::query_gemm_config_reshaped(const Query &query) … in query_gemm_config_reshaped() function in arm_compute::mlgo::MLGOHeuristics
/external/ComputeLibrary/src/runtime/CL/gemm_auto_heuristics/
DCLGEMMAutoHeuristics.cpp140 …std::tie(valid, config) = mlgo_heuristics->get()->query_gemm_config_reshaped(mlgo::Query{ string_f… in select_mlgo_gemm_config_reshaped()