Home
last modified time | relevance | path

Searched defs:bmm (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/_passes/
H A Dconvert_bmm_to_matmul.py25 bmm = exir_ops.edge.aten.bmm.default variable in ConvertBmmToMatmul
H A Dconvert_to_linear.py38 bmm = exir_ops.edge.aten.bmm.default variable in ConvertToLinear
/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DRefBatchMatMulWorkload.cpp47 auto bmm = BatchMatMul(m_Data.m_Parameters, in Execute() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_batch_matmul_op.cc137 MklBatchMatMulHelper bmm; in Compute() local
H A Dmkl_einsum_op.cc108 MklBatchMatMulHelper bmm; in MKLContractOperands() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/mkldnn/xpu/
H A DBlas.cpp339 Tensor bmm(const Tensor& self, const Tensor& batch2) { in bmm() function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_pad_mm.py387 def bmm(mat1, mat2): function
H A Dtest_cutlass_backend.py386 def bmm(a, b): function
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset8.py211 def bmm(g: jit_utils.GraphContext, self, other): function
H A Dsymbolic_opset9.py602 def bmm(g: jit_utils.GraphContext, self, other): function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DMm.cpp906 Tensor bmm(const Tensor& mat1_arg, const Tensor& mat2_arg) { in bmm() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Ddecomposition.py230 def bmm( function
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py1078 def bmm(self: List[int], mat2: List[int]) -> List[int]: function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebra.cpp330 TORCH_META_FUNC(bmm)(const Tensor& self, const Tensor& mat2) { in TORCH_META_FUNC() argument