Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view_internal.h365 struct NodeViewDiff { struct
366 explicit NodeViewDiff(GraphViewT* graph_view, int node_index) in NodeViewDiff() argument
369 GraphViewT* graph_view;
370 int node_index;
371 string name;
372 bool update_name = false;
373 string op;
374 bool update_op = false;
375 string device;
376 bool update_device = false;
[all …]