Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/data/
Dwindow_dataset_op.cc232 std::vector<Tensor> component_element; in GetNextInternal() local
233 component_element.push_back(std::move(window_elements[i][idx])); in GetNextInternal()
234 window_component_elements.push_back(component_element); in GetNextInternal()