Home
last modified time | relevance | path

Searched defs:sp_indices (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dstring_split_op.cc222 auto sp_indices = sp_indices_t->matrix<int64>(); in Compute() local
292 auto sp_indices = sp_indices_t->matrix<int64>(); in Compute() local
Dsparse_dense_binary_op_shared_test.cc213 static Graph* SparseMatCMulDenseMat(Graph* g, Node* sp_indices, Node* sp_vals, in SparseMatCMulDenseMat()
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py1278 def _sparse_dense_truediv(sp_indices, sp_values, sp_shape, y, name=None): argument