Home
last modified time | relevance | path

Searched refs:SparseMatMul (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_SparseMatMul.pbtxt2 graph_op_name: "SparseMatMul"
4 name: "sparse.SparseMatMul"
/external/tensorflow/tensorflow/core/kernels/
Dsparse_matmul_op.cc779 class SparseMatMul { class
855 TF_DISALLOW_COPY_AND_ASSIGN(SparseMatMul);
884 typename SparseMatMul<TL, TR>::TensorInfoCache
1085 inline void SparseMatMul<TL, TR>::ComputeOutputBlock( in ComputeOutputBlock()
1087 const typename SparseMatMul<TL, TR>::ConstMatrixMapR& right, int num_cols, in ComputeOutputBlock()
1137 SparseMatMul<TL, TR>::CreateSparseSlices( in CreateSparseSlices()
1138 const typename SparseMatMul<TL, TR>::ConstMatrixMapL& mat, bool transpose, in CreateSparseSlices()
1152 SparseMatMul<TL, TR>::ConstMatrixMapL* slice, in CreateSparseSlices()
1169 SparseMatMul<TL, TR>::ConstMatrixMapL* slice = nullptr; in CreateSparseSlices()
1171 slice = new SparseMatMul<TL, TR>::ConstMatrixMapL( in CreateSparseSlices()
[all …]
Dsparse_matmul_op_test.cc89 static Graph* SparseMatMul(int m, int n, int d, float sparsity_a, in SparseMatMul() function
114 auto g = SparseMatMul<TA, TB>(M, N, K, S1 / 100.0, S2 / 100.0, TRA, TRB); \
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_SparseMatMul.pbtxt2 graph_op_name: "SparseMatMul"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DSparseMatMul.pbtxt2 name: "SparseMatMul"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DSparseMatMul.pbtxt2 name: "SparseMatMul"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseMatMul.pbtxt2 graph_op_name: "SparseMatMul"
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dgpu_supported_ops.md221 `SparseMatMul` | `Tb={float}`<br>`Ta={float}`
Dcpu_supported_ops.md224 `SparseMatMul` | `Tb={float}`<br>`Ta={float}`
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision_test.cc295 Output deny2 = ops::SparseMatMul(s.WithOpName("deny2"), clr4, clr4); in TEST_F()
1243 Output deny3 = ops::SparseMatMul(s.WithOpName("deny3"), clr4, clr4); in TEST_F()
Darithmetic_optimizer_test.cc731 matmul = ops::SparseMatMul(matmul_op, trans_a, trans_b); in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf.mlir1198 // Verify SparseMatMul is legalized to dot.
1202 …%0 = "tf.SparseMatMul"(%arg0, %arg1) {a_is_sparse = true, b_is_sparse = false, transpose_a = false…
1206 // SparseMatMul where one operand needs to be transposed and the other one not.
1219 …%0 = "tf.SparseMatMul"(%arg0, %arg1) {a_is_sparse = true, b_is_sparse = false, transpose_a = false…
1223 // SparseMatMul where one operand needs to be casted and the other one not.
1235 …%0 = "tf.SparseMatMul"(%arg0, %arg1) {a_is_sparse = true, b_is_sparse = false, transpose_a = false…
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3053 TEST_F(OpTest, SparseMatMul) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md2779 ### tf.SparseMatMul
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt4308 name: "SparseMatMul"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt4308 name: "SparseMatMul"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt33801 name: "SparseMatMul"
33844 name: "SparseMatMul"
Dops_history.v2.pbtxt75506 name: "SparseMatMul"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go24919 func SparseMatMul(scope *Scope, a tf.Output, b tf.Output, optional ...SparseMatMulAttr) (product tf… func
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td14274 def TF_SparseMatMulOp : TF_Op<"SparseMatMul", [NoSideEffect]> {
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt48849 name: "SparseMatMul"