Searched refs:graph_nodes (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/ |
D | grappler_item_test.cc | 36 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/ |
D | tfprof_show_multi.h | 114 return n1->node->graph_nodes().size() > in SortNodes() 115 n2->node->graph_nodes().size(); in SortNodes()
|
D | tfprof_op.h | 58 const int max_num_graph_nodes = node->node->graph_nodes().size(); in ShouldShowIfExtra()
|
D | tfprof_node_show.cc | 142 for (const auto& it : node->graph_nodes()) { in ReInit()
|
D | tfprof_show_multi.cc | 168 const GraphNodeProto& gnode = proto.graph_nodes(i); in FormatInputShapes()
|
D | tfprof_op.cc | 303 for (const auto& gnode : node->proto().graph_nodes()) { in FormatNode()
|
D | tfprof_code.cc | 190 for (const auto& gn_it : cn->node->graph_nodes()) { in Add()
|
D | tfprof_node.h | 832 const std::map<string, const TFGraphNode*>& graph_nodes() const { in graph_nodes() function
|
/external/tensorflow/tensorflow/python/profiler/ |
D | model_analyzer_test.py | 290 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/ |
D | tensorflow.profiler.-multi-graph-node-proto.pbtxt | 120 name: "graph_nodes"
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_output.proto | 122 repeated GraphNodeProto graph_nodes = 10; field
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | gpu_model.cc | 273 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/ |
D | checks.c | 1779 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,
|