Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-044.md3 ### CVE Number
6 ### Impact
23 ### Patches
31 ### For more information
37 ### Attribution
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_matmul_op_test.cc89 static Graph* SparseMatMul(int m, int n, int d, float sparsity_a, in SparseMatMul() function
H A Dsparse_matmul_op.cc775 class SparseMatMul { class
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc4296 TEST_F(OpTest, SparseMatMul) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go44942 func SparseMatMul(scope *Scope, a tf.Output, b tf.Output, optional ...SparseMatMulAttr) (product tf… func