Searched refs:num_tuple_components (Results 1 – 4 of 4) sorted by relevance
744 const size_t num_tuple_components = batch_elements.at(0).size(); in CopyBatch() local745 out_tensors->reserve(num_tuple_components); in CopyBatch()747 for (size_t component_index = 0; component_index < num_tuple_components; in CopyBatch()764 for (size_t component_index = 0; component_index < num_tuple_components; in CopyBatch()
222 const size_t num_tuple_components = batch_elements[0].size(); in GetNextInternal() local224 for (size_t component_index = 0; component_index < num_tuple_components; in GetNextInternal()
232 const size_t num_tuple_components = window_elements[0].size(); in GetNextInternal() local235 for (size_t idx = 0; idx < num_tuple_components; ++idx) { in GetNextInternal()
283 const size_t num_tuple_components = batch_elements[0].size(); in CopyBatch() local285 for (size_t component_index = 0; component_index < num_tuple_components; in CopyBatch()