Searched refs:empty_indices (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | from_sparse_tensor_slices_test.py | 74 empty_indices = np.empty((0, 4), dtype=np.int64) 77 sparse_feed = sparse_tensor.SparseTensorValue(empty_indices, empty_values,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_tensors_map_ops.cc | 320 Tensor empty_indices(DT_INT64, {0, rank - 1}); in Compute() local 323 OP_REQUIRES_OK(context, SparseTensor::Create(empty_indices, empty_values, in Compute()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/ |
D | ordinal_split_handler_test.py | 1552 empty_indices = constant_op.constant_v1([], dtype=dtypes.int64, 1555 empty_sparse_column = sparse_tensor.SparseTensor(empty_indices,
|