Home
last modified time | relevance | path

Searched defs:GemmConfig (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dmatmul_utils.h89 struct GemmConfig { struct
114 Status RunGemm(const GemmConfig& config, se::DeviceMemoryBase lhs_buffer, argument
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/assembly/
H A Darm_gemm.hpp106 struct GemmConfig struct
108 GemmMethod method = GemmMethod::DEFAULT;
109 std::string filter = "";
110 unsigned int inner_block_size = 0;
111 unsigned int outer_block_size = 0;
112 WeightFormat weight_format = WeightFormat::ANY;
114 GemmConfig(GemmMethod method) in GemmConfig() argument
118 GemmConfig() in GemmConfig() argument