Searched refs:graph_nodes (Results 1 – 14 of 14) 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 | 116 return n1->node->graph_nodes().size() > in SortNodes() 117 n2->node->graph_nodes().size(); in SortNodes()
|
D | tfprof_op.h | 60 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 | 302 for (const auto& gnode : node->proto().graph_nodes()) { in FormatNode()
|
D | tfprof_code.cc | 192 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/tools/api/golden/v1/ |
D | tensorflow.profiler.-multi-graph-node-proto.pbtxt | 120 name: "graph_nodes"
|
/external/tensorflow/tensorflow/python/profiler/ |
D | model_analyzer_test.py | 296 self.assertEqual(0, len(leaf.graph_nodes)) 298 self.assertEqual(1, len(leaf.graph_nodes)) 372 for gnode in tfprof_node.graph_nodes: 383 self.assertLessEqual(len(tfprof_node.graph_nodes), last_occurrence) 384 last_occurrence = len(tfprof_node.graph_nodes)
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | inference_context.cc | 217 std::vector<Node*> graph_nodes = graph.nodes(); in Compile() local 218 for (int i = 0; i < graph_nodes.size(); ++i) { in Compile() 219 const Node& node = *graph_nodes[i]; in Compile()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | inference_context.cc | 300 std::vector<Node*> graph_nodes = graph.nodes(); in ConvertOperations() local 307 for (int i = 0; i < graph_nodes.size(); ++i) { in ConvertOperations() 308 const Node& node = *graph_nodes[i]; in ConvertOperations()
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_output.proto | 122 repeated GraphNodeProto graph_nodes = 10; field
|
/external/dtc/ |
D | checks.c | 1681 WARNING(graph_nodes, check_graph_nodes, NULL); 1706 WARNING(graph_child_address, check_graph_child_address, NULL, &graph_nodes); 1750 WARNING(graph_port, check_graph_port, NULL, &graph_nodes); 1796 WARNING(graph_endpoint, check_graph_endpoint, NULL, &graph_nodes); 1867 &graph_nodes, &graph_child_address, &graph_port, &graph_endpoint,
|