Home
last modified time | relevance | path

Searched defs:SparseTensorDenseMatMul (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc1252 TEST_F(OpLevelCostEstimatorTest, SparseTensorDenseMatMul) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go26662 func SparseTensorDenseMatMul(scope *Scope, a_indices tf.Output, a_values tf.Output, a_shape tf.Outp… func