Only export tf.sparse_matmul
in V1. This is replaced by tf.linalg.matmul
in V2.
PiperOrigin-RevId: 221103660
This commit is contained in:
parent
c7c62b6f74
commit
b62da0d3fa
tensorflow
@ -2258,7 +2258,7 @@ def matvec(a,
|
||||
_OverrideBinaryOperatorHelper(matmul, "matmul")
|
||||
|
||||
sparse_matmul = gen_math_ops.sparse_mat_mul
|
||||
tf_export("sparse_matmul")(sparse_matmul)
|
||||
tf_export(v1=["sparse_matmul"])(sparse_matmul)
|
||||
|
||||
|
||||
@ops.RegisterStatistics("MatMul", "flops")
|
||||
|
@ -1140,10 +1140,6 @@ tf_module {
|
||||
name: "sparse_concat"
|
||||
argspec: "args=[\'axis\', \'sp_inputs\', \'name\', \'expand_nonconcat_dim\', \'concat_dim\'], varargs=None, keywords=None, defaults=[\'None\', \'False\', \'None\'], "
|
||||
}
|
||||
member_method {
|
||||
name: "sparse_matmul"
|
||||
argspec: "args=[\'a\', \'b\', \'transpose_a\', \'transpose_b\', \'a_is_sparse\', \'b_is_sparse\', \'name\'], varargs=None, keywords=None, defaults=[\'False\', \'False\', \'False\', \'False\', \'None\'], "
|
||||
}
|
||||
member_method {
|
||||
name: "sparse_reduce_max"
|
||||
argspec: "args=[\'sp_input\', \'axis\', \'keepdims\', \'reduction_axes\', \'keep_dims\'], varargs=None, keywords=None, defaults=[\'None\', \'None\', \'None\', \'None\'], "
|
||||
|
Loading…
Reference in New Issue
Block a user