HomeSort by relevance Sort by last modified time
    Searched defs:GraphView (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/grappler/
graph_view.h 29 class GraphView {
48 explicit GraphView(GraphDef* graph);
graph_view.cc 22 GraphView::GraphView(GraphDef* graph) : graph_(graph) {
50 NodeDef* GraphView::GetNode(const string& node_name) const {
58 GraphView::InputPort GraphView::GetInputPort(const string& node_name,
67 GraphView::OutputPort GraphView::GetOutputPort(const string& node_name,
76 const std::unordered_set<GraphView::InputPort, GraphView::HashPort>&
77 GraphView::GetFanout(const GraphView::OutputPort& port) const
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 197 class GraphView;
262 friend class GraphView;
303 class GraphView {
305 GraphView() : space_(nullptr) {}
306 ~GraphView();
330 TF_DISALLOW_COPY_AND_ASSIGN(GraphView);
415 GraphView gview_;
440 GraphView::~GraphView() {
456 size_t GraphView::NodeItemBytes(const Node* n)
    [all...]

Completed in 66 milliseconds