HomeSort by relevance Sort by last modified time
    Searched refs:graph_nodes (Results 1 - 9 of 9) sorted by null

  /external/tensorflow/tensorflow/core/grappler/
grappler_item_test.cc 34 std::vector<string> graph_nodes; local
36 graph_nodes.push_back(node.name());
42 std::sort(graph_nodes.begin(), graph_nodes.end());
44 EXPECT_EQ(main_ops, graph_nodes);
  /external/tensorflow/tensorflow/core/profiler/internal/
tfprof_show_multi.h 118 return n1->node->graph_nodes().size() >
119 n2->node->graph_nodes().size();
tfprof_op.h 60 if (opts.min_occurrence > node->node->graph_nodes().size()) {
tfprof_node_show.cc 145 for (auto it : node->graph_nodes()) {
tfprof_show_multi.cc 169 const GraphNodeProto& gnode = proto.graph_nodes(i);
tfprof_op.cc 308 for (const auto& gnode : node->proto().graph_nodes()) {
tfprof_code.cc 192 for (auto gn_it : cn->node->graph_nodes()) {
tfprof_node.h 833 const std::map<string, const TFGraphNode*>& graph_nodes() const { function in class:tensorflow::tfprof::TFMultiGraphNode
  /external/tensorflow/tensorflow/python/profiler/
model_analyzer_test.py 287 self.assertEqual(0, len(leaf.graph_nodes))
289 self.assertEqual(1, len(leaf.graph_nodes))
363 for gnode in tfprof_node.graph_nodes:
374 self.assertLessEqual(len(tfprof_node.graph_nodes), last_occurrence)
375 last_occurrence = len(tfprof_node.graph_nodes)

Completed in 110 milliseconds