Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dreverse_op.cc244 const TensorShape& sparse_dims_shape = sparse_dims.shape(); in Compute() local
247 OP_REQUIRES(context, TensorShapeUtils::IsVector(sparse_dims_shape), in Compute()