Home
last modified time | relevance | path

Searched defs:BatchMatMul (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/_extends/graph_kernel/expanders/
Dmatmul.py74 class BatchMatMul(MatMul): class
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/
Dtrt_op_converter.cc566 MS_TRT_CONVERTER_FUNC_REG(BatchMatMul) { in MS_TRT_CONVERTER_FUNC_REG() argument
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py1192 class BatchMatMul(MatMul): class