Home
last modified time | relevance | path

Searched refs:sparse_matmul (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tests/
Dbinary_ops_test.py937 return math_ops.sparse_matmul(a, b, a_is_sparse=True)
940 return math_ops.sparse_matmul(a, b, b_is_sparse=True)
943 return math_ops.sparse_matmul(a, b, a_is_sparse=True, b_is_sparse=True)
945 self._testMatMul(math_ops.sparse_matmul)
/external/tensorflow/tensorflow/python/keras/layers/
Dlocal.py701 output_flat = K.math_ops.sparse_matmul(inputs_flat, kernel, b_is_sparse=True)
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py2564 ret = sparse_matmul(
2683 sparse_matmul = deprecation.deprecated(None, "Use `tf.linalg.matmul` instead")( variable
2685 tf_export(v1=["sparse_matmul"])(sparse_matmul)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.pbtxt2080 name: "sparse_matmul"