Home
last modified time | relevance | path

Searched defs:SparseMatMul (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op_test.cc89 static Graph* SparseMatMul(int m, int n, int d, float sparsity_a, in SparseMatMul() function
Dsparse_matmul_op.cc780 class SparseMatMul { class
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3052 TEST_F(OpTest, SparseMatMul) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go14653 func SparseMatMul(scope *Scope, a tf.Output, b tf.Output, optional ...SparseMatMulAttr) (product tf… func