Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddeserialize_sparse_string_op.cc116 Tensor expanded_indices(DT_INT64, TensorShape({num_entries, 1 + rank})); in Compute() local
118 auto expanded_indices_t = expanded_indices.matrix<int64>(); in Compute()
134 indices.push_back(expanded_indices); in Compute()
Dsparse_tensors_map_ops.cc426 Tensor expanded_indices( in Compute() local
430 auto expanded_indices_t = expanded_indices.matrix<int64>(); in Compute()
444 indices_to_concat.push_back(std::move(expanded_indices)); in Compute()