Searched refs:num_tuple_components (Results 1 – 4 of 4) sorted by relevance
209 const size_t num_tuple_components = batch_elements[0].size(); in GetNextInternal() local211 for (size_t component_index = 0; component_index < num_tuple_components; in GetNextInternal()
240 const size_t num_tuple_components = batch_elements[0].size(); in GetNextInternal() local242 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()
850 const size_t num_tuple_components = (*batch_elements)[0].size(); in CopyBatch() local851 out_tensors->reserve(num_tuple_components); in CopyBatch()853 for (size_t component_index = 0; component_index < num_tuple_components; in CopyBatch()