Home
last modified time | relevance | path

Searched defs:Matmul (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/builders/
H A Dop_matmul.py17 class Matmul(NodeVisitor): class
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_graph_rewrite_passes.py45 class Matmul(torch.nn.Module): class
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/mkl/
H A Dmkl_matmul_op_benchmark.cc25 static Graph* Matmul(int m, int k, int n, bool transpose_a, bool transpose_b, in Matmul() function
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunction_test.py1850 def Matmul(a, b): function
1866 def Matmul(a, b): function
1897 def Matmul(a, b): function
/aosp_15_r20/external/pytorch/test/distributed/_composable/fsdp/
H A Dtest_fully_shard_overlap.py220 class Matmul(torch.autograd.Function): class
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmatmul_op_test.cc353 static Graph* Matmul(int m, int k, int n, bool transpose_a, bool transpose_b, in Matmul() function
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dtestlib.cc159 Node* Matmul(Graph* g, Node* in0, Node* in1, bool transpose_a, in Matmul() function
/aosp_15_r20/external/pytorch/test/quantization/jit/
H A Dtest_quantize_jit.py425 class Matmul(torch.nn.Module): class