Home
last modified time | relevance | path

Searched defs:graph_nodes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_test.cc36 std::vector<string> graph_nodes; in TEST_F() local
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto122 repeated GraphNodeProto graph_nodes = 10; field
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h833 const std::map<string, const TFGraphNode*>& graph_nodes() const { in graph_nodes() function