Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Ddense_to_sparse_batch_dataset_op.cc245 auto indices_matrix = indices.matrix<int64_t>(); in GetNextInternal() local
266 indices_matrix(current_position_in_values, 0) = i; in GetNextInternal()
269 indices_matrix(current_position_in_values, k + 1) = in GetNextInternal()
/external/tensorflow/tensorflow/core/kernels/
Dsparse_cross_op.cc288 auto indices_matrix = indices_out_->matrix<int64_t>(); in Update() local
289 indices_matrix(output_index, 0) = batch_index; in Update()
290 indices_matrix(output_index, 1) = cross_count; in Update()