| /external/tensorflow/tensorflow/core/grappler/utils/ | 
| D | graph_view_internal_test.cc | 44     const MutableGraphView* graph_view) {  in GetUpdatedNodeNames() 59   MutableGraphView graph_view(&graph, &s);  in TEST()  local 83   MutableGraphView graph_view(&graph, &s);  in TEST()  local 107   MutableGraphView graph_view(&graph, &s);  in TEST()  local 131   MutableGraphView graph_view(&graph, &s);  in TEST()  local 177   MutableGraphView graph_view(&graph, &s);  in TEST()  local 216   MutableGraphView graph_view(&graph, &s);  in TEST()  local 300   MutableGraphView graph_view(&graph, &s);  in TEST()  local 335   MutableGraphView graph_view(&graph, &s);  in TEST()  local 359   MutableGraphView graph_view(&graph, &s);  in TEST()  local [all …] 
 | 
| D | graph_view_test.cc | 67   TypeParam graph_view(&graph, &s);  in TYPED_TEST()  local 79   TypeParam graph_view(&graph, &s);  in TYPED_TEST()  local 90   TypeParam graph_view(&graph, &s);  in TYPED_TEST()  local 103   TypeParam graph_view(&graph, &s);  in TYPED_TEST()  local 115   TypeParam graph_view(&graph, &s);  in TYPED_TEST()  local 136   TypeParam graph_view(&graph, &s);  in TYPED_TEST()  local 156   TypeParam graph_view(&graph, &s);  in TYPED_TEST()  local 173   TypeParam graph_view(&graph, &s);  in TYPED_TEST()  local 188   TypeParam graph_view(&graph, &s);  in TYPED_TEST()  local 197   TypeParam graph_view(&graph, &s);  in TYPED_TEST()  local [all …] 
 | 
| D | graph_view.h | 48   FaninView(GraphView* graph_view, int node_index, int port_index)  in FaninView() 65   FanoutView(GraphView* graph_view, int node_index, int port_index)  in FanoutView() 82   explicit NodeView(GraphView* graph_view, int node_index)  in NodeView() 143   MutableFaninView(MutableGraphView* graph_view, int node_index, int port_index)  in MutableFaninView() 146   explicit MutableFaninView(MutableGraphView* graph_view, int node_index,  in MutableFaninView() 178   MutableFanoutView(MutableGraphView* graph_view, int node_index,  in MutableFanoutView() 182   explicit MutableFanoutView(MutableGraphView* graph_view, int node_index,  in MutableFanoutView() 211   explicit MutableNodeView(MutableGraphView* graph_view, int node_index)  in MutableNodeView()
  | 
| D | frame.cc | 31 inline Status FrameView::InferFromGraphViewT(const GraphViewT& graph_view) {  in InferFromGraphViewT() 144 Status FrameView::InferFromGraphView(const utils::GraphView& graph_view) {  in InferFromGraphView() 149     const utils::MutableGraphView& graph_view) {  in InferFromGraphView() 155   utils::GraphView graph_view(&graph, &status);  in InferFromGraph()  local
  | 
| D | traversal_test.cc | 56   GraphTopologyView graph_view;  in TEST()  local 87   GraphTopologyView graph_view;  in TEST()  local 117   GraphTopologyView graph_view;  in TEST()  local 148   GraphTopologyView graph_view;  in TEST()  local 185   GraphTopologyView graph_view;  in TEST()  local 222   GraphTopologyView graph_view;  in TEST()  local
  | 
| D | pattern_utils_test.cc | 169   MutableGraphView graph_view(&graph, &status);  in TEST_F()  local 251   MutableGraphView graph_view(&graph, &status);  in TEST_F()  local 351   MutableGraphView graph_view(&graph, &status);  in TEST_F()  local 372   MutableGraphView graph_view(&graph, &status);  in TEST_F()  local 408   MutableGraphView graph_view(&graph, &status);  in TEST_F()  local 429   MutableGraphView graph_view(&graph, &status);  in TEST_F()  local 544       MutableGraphView graph_view(&graph, &status);  in TEST_F()  local
  | 
| D | traversal.cc | 45 void DfsTraversal(const GraphTopologyView& graph_view,  in DfsTraversal() 119 void DfsTraversal(const GraphTopologyView& graph_view,  in DfsTraversal()
  | 
| D | graph_view_internal.h | 49   NodeIndexAndPortIndex(GraphViewT* graph_view, int node_index, int port_index)  in NodeIndexAndPortIndex() 130   explicit NodeViewInternal(GraphViewT* graph_view, int node_index)  in NodeViewInternal() 369   GraphViewT* graph_view;  member 475     const GraphViewT* graph_view) {  in CheckNodeNameExists() 786   GraphViewT* graph_view;  member
  | 
| D | topological_sort.cc | 53   GraphTopologyView graph_view;  in ComputeTopologicalOrder()  local
  | 
| D | pattern_utils.h | 181   SubGraphMatcher(MutableGraphView* graph_view) : graph_view_(graph_view){};  in SubGraphMatcher()
  | 
| D | frame_test.cc | 68   T graph_view(graph, &status);  in InferFromGraph()  local
  | 
| /external/tensorflow/tensorflow/core/grappler/ | 
| D | graph_view.cc | 33 bool HasSingleFanoutNode(const GraphView& graph_view, const NodeDef* node,  in HasSingleFanoutNode() 39 bool HasFanouts(const GraphView& graph_view, const NodeDef* node, int port) {  in HasFanouts() 44 bool HasControlFanin(const GraphView& graph_view, const NodeDef* node) {  in HasControlFanin() 49 bool HasControlFanout(const GraphView& graph_view, const NodeDef* node) {  in HasControlFanout() 54 bool HasControlFaninOrFanout(const GraphView& graph_view, const NodeDef* node) {  in HasControlFaninOrFanout()
  | 
| D | graph_view_test.cc | 42   GraphView graph_view(&graph_def);  in TEST_F()  local 77     GraphView graph_view(&graph_def);  in TEST_F()  local 109   GraphView graph_view(&graph_def);  in TEST_F()  local 303     GraphView graph_view(&graph_def);  in BM_GraphViewConstruction()  local 342   GraphView graph_view(&graph_def);  in BM_GraphViewGetNode()  local 393   GraphView graph_view(&graph_def);  in BM_GraphViewGetFanout()  local 410   GraphView graph_view(&graph_def);  in BM_GraphViewGetFanin()  local 427   GraphView graph_view(&graph_def);  in BM_GraphViewGetRegularFanin()  local 444   GraphView graph_view(&graph_def);  in BM_GraphViewGetFanouts()  local 461   GraphView graph_view(&graph_def);  in BM_GraphViewGetFanins()  local [all …] 
 | 
| D | graph_topology_view_test.cc | 57   GraphTopologyView graph_view;  in TEST_F()  local 103   GraphTopologyView graph_view;  in TEST_F()  local 125     GraphTopologyView graph_view;  in TEST_F()  local 138     GraphTopologyView graph_view;  in TEST_F()  local
  | 
| /external/tensorflow/tensorflow/python/checkpoint/ | 
| D | save_util_v1.py | 231 def _fill_object_graph_proto(graph_view,  argument 248 def serialize_gathered_objects(graph_view,  argument 285 def serialize_object_graph_with_registered_savers(graph_view, saveables_cache):  argument 290 def frozen_saveables_and_savers(graph_view,  argument
  | 
| D | util.py | 144 def objects_ids_and_slot_variables_and_paths(graph_view):  argument 173 def list_objects(graph_view):  argument
  | 
| D | checkpoint.py | 223                restore_op_cache, graph_view, options, saveables_cache):  argument 759   def __init__(self, checkpoint, feed_dict, graph_view):  argument 1142   def __init__(self, graph_view):  argument
  | 
| /external/tensorflow/tensorflow/core/grappler/optimizers/ | 
| D | model_pruner.cc | 38 bool IsTrivialIdentity(const NodeDef& node, const GraphView& graph_view) {  in IsTrivialIdentity() 60 bool IsTrivialOp(const NodeDef& node, const GraphView& graph_view) {  in IsTrivialOp() 82                                const GraphView& graph_view) {  in RemovalIncreasesEdgeCount() 104 bool CanRemoveNode(const NodeDef& node, const GraphView& graph_view,  in CanRemoveNode() 149     const GraphView& graph_view) {  in ForwardInputsInternal() 183                    const GraphView& graph_view) {  in ForwardInputs() 453   GraphView graph_view(pruned_graph);  in Optimize()  local
  | 
| D | generic_layout_optimizer_test.cc | 243   utils::GraphView graph_view(&output, &status);  in TEST_F()  local 270   utils::GraphView graph_view(&output, &status);  in TEST_F()  local 289   utils::GraphView graph_view(&output, &status);  in TEST_F()  local 312   utils::GraphView graph_view(&output, &status);  in TEST_F()  local 331   utils::GraphView graph_view(&output, &status);  in TEST_F()  local 354   utils::GraphView graph_view(&output, &status);  in TEST_F()  local 385   utils::GraphView graph_view(&output, &status);  in TEST_F()  local 410     utils::GraphView graph_view(&output, &status);  in TEST_F()  local 444   utils::GraphView graph_view(&output, &status);  in TEST_F()  local 521   utils::GraphView graph_view(&output, &status);  in TEST_F()  local [all …] 
 | 
| D | generic_layout_optimizer.cc | 236   utils::MutableGraphView* graph_view = context->graph_view.get();  in EraseCancellableNodes()  local 282   utils::MutableGraphView* graph_view = context->graph_view.get();  in EraseCancellableNodesAroundPad()  local 390   utils::MutableGraphView* graph_view = context->graph_view.get();  in EraseOutputShapeAttrs()  local
  | 
| D | implementation_selector.cc | 342   utils::MutableGraphView graph_view(graph, &status);  in SelectDeviceIndex()  local 385   utils::MutableGraphView graph_view(graph, &status);  in SelectImplementation()  local
  | 
| D | common_subgraph_elimination.cc | 177   GraphTopologyView graph_view;  in DedupComputations()  local
  | 
| /external/tensorflow/tensorflow/core/common_runtime/ | 
| D | immutable_executor_state.h | 89   const GraphView& graph_view() const { return gview_; }  in graph_view()  function
  | 
| /external/tensorflow/tensorflow/core/kernels/data/experimental/ | 
| D | compute_batch_size_op.cc | 105     grappler::GraphView graph_view(&graph_def);  in Compute()  local
  | 
| /external/tensorflow/tensorflow/dtensor/python/ | 
| D | d_checkpoint.py | 228   def __init__(self, mesh: layout.Mesh, graph_view):  argument
  |