Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_test.cc36 std::vector<string> graph_nodes; in TEST_F() local
38 graph_nodes.push_back(node.name()); in TEST_F()
44 std::sort(graph_nodes.begin(), graph_nodes.end()); in TEST_F()
46 EXPECT_EQ(main_ops, graph_nodes); in TEST_F()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.h114 return n1->node->graph_nodes().size() > in SortNodes()
115 n2->node->graph_nodes().size(); in SortNodes()
Dtfprof_op.h58 const int max_num_graph_nodes = node->node->graph_nodes().size(); in ShouldShowIfExtra()
Dtfprof_node_show.cc142 for (const auto& it : node->graph_nodes()) { in ReInit()
Dtfprof_show_multi.cc168 const GraphNodeProto& gnode = proto.graph_nodes(i); in FormatInputShapes()
Dtfprof_op.cc303 for (const auto& gnode : node->proto().graph_nodes()) { in FormatNode()
Dtfprof_code.cc190 for (const auto& gn_it : cn->node->graph_nodes()) { in Add()
Dtfprof_node.h832 const std::map<string, const TFGraphNode*>& graph_nodes() const { in graph_nodes() function
/external/tensorflow/tensorflow/python/profiler/
Dmodel_analyzer_test.py290 self.assertEqual(0, len(leaf.graph_nodes))
292 self.assertEqual(1, len(leaf.graph_nodes))
365 for gnode in tfprof_node.graph_nodes:
376 self.assertLessEqual(len(tfprof_node.graph_nodes), last_occurrence)
377 last_occurrence = len(tfprof_node.graph_nodes)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.-multi-graph-node-proto.pbtxt120 name: "graph_nodes"
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto122 repeated GraphNodeProto graph_nodes = 10; field
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_model.cc273 std::vector<Node*> graph_nodes = graph.nodes(); in ConvertOperations() local
285 for (int i = 0; i < graph_nodes.size(); ++i) { in ConvertOperations()
286 const Node& node = *graph_nodes[i]; in ConvertOperations()
/external/dtc/
Dchecks.c1779 WARNING(graph_nodes, check_graph_nodes, NULL);
1804 WARNING(graph_child_address, check_graph_child_address, NULL, &graph_nodes);
1848 WARNING(graph_port, check_graph_port, NULL, &graph_nodes);
1894 WARNING(graph_endpoint, check_graph_endpoint, NULL, &graph_nodes);
1982 &graph_nodes, &graph_child_address, &graph_port, &graph_endpoint,