Searched refs:node_shape_info (Results 1 – 2 of 2) sorted by relevance
647 for (const auto& node_shape_info : shape_info) { in GetGraph() local648 const string& node_name = node_shape_info.first; in GetGraph()649 const std::vector<InferredShape>& output_shapes = node_shape_info.second; in GetGraph()670 for (const auto& node_shape_info : shape_info) { in GetGraph() local671 const string& node_name = node_shape_info.first; in GetGraph()672 const std::vector<InferredShape>& output_shapes = node_shape_info.second; in GetGraph()
71 for (const auto& node_shape_info : graph_shape_info) { in ConvertGraphShapeInfoToShapeMap() local72 const string& node_name = node_shape_info.first; in ConvertGraphShapeInfoToShapeMap()73 const std::vector<InferredShape>& output_shapes = node_shape_info.second; in ConvertGraphShapeInfoToShapeMap()