Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.cc201 shape_count_vec(input_shapes_attr.begin(), input_shapes_attr.end()); in FormatInputShapes() local
203 shape_count_vec.begin(), shape_count_vec.end(), in FormatInputShapes()
210 input_types.reserve(shape_count_vec.size()); in FormatInputShapes()
211 for (const auto& s : shape_count_vec) { in FormatInputShapes()