Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dgraph_view.cc66 bool HasSingleFanoutNode(const GraphView& graph_view, const NodeDef* node, in HasSingleFanoutNode()
72 bool HasFanouts(const GraphView& graph_view, const NodeDef* node, int port) { in HasFanouts()
77 bool HasControlFanin(const GraphView& graph_view, const NodeDef* node) { in HasControlFanin()
82 bool HasControlFanout(const GraphView& graph_view, const NodeDef* node) { in HasControlFanout()
87 bool HasControlFaninOrFanout(const GraphView& graph_view, const NodeDef* node) { in HasControlFaninOrFanout()
Dgraph_view_test.cc41 GraphView graph_view(&graph_def); in TEST_F() local
76 GraphView graph_view(&graph_def); in TEST_F() local
108 GraphView graph_view(&graph_def); in TEST_F() local
302 GraphView graph_view(&graph_def); in BM_GraphViewConstruction() local
341 GraphView graph_view(&graph_def); in BM_GraphViewGetNode() local
391 GraphView graph_view(&graph_def); in BM_GraphViewGetFanout() local
407 GraphView graph_view(&graph_def); in BM_GraphViewGetFanin() local
424 GraphView graph_view(&graph_def); in BM_GraphViewGetRegularFanin() local
440 GraphView graph_view(&graph_def); in BM_GraphViewGetFanouts() local
456 GraphView graph_view(&graph_def); in BM_GraphViewGetFanins() local
[all …]
Dgraph_topology_view_test.cc57 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/core/grappler/utils/
Dtraversal_test.cc56 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
Dtraversal.cc45 void DfsTraversal(const GraphTopologyView& graph_view, in DfsTraversal()
119 void DfsTraversal(const GraphTopologyView& graph_view, in DfsTraversal()
Dframe.cc29 Status FrameView::InferFromGraphView(const GraphView& graph_view) { in InferFromGraphView()
Dtopological_sort.cc53 GraphTopologyView graph_view; in ComputeTopologicalOrder() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmodel_pruner.cc37 const MutableGraphView& graph_view) { in IsTrivialIdentity()
59 bool IsTrivialOp(const NodeDef& node, const MutableGraphView& graph_view) { in IsTrivialOp()
73 const MutableGraphView& graph_view) { in RemovalIncreasesEdgeCount()
95 bool CanRemoveNode(const NodeDef& node, const MutableGraphView& graph_view, in CanRemoveNode()
131 const MutableGraphView& graph_view) { in ForwardInputsInternal()
165 const MutableGraphView& graph_view) { in ForwardInputs()
450 MutableGraphView graph_view(&runnable_item.graph); in Optimize() local
Dloop_optimizer.cc457 const GraphTopologyView& graph_view, in GetStackPushNodesToConvert()
522 GraphTopologyView graph_view; in RemoveStackOps() local
Dremapper.cc57 GraphView graph_view; member
Dmemory_optimizer.cc1273 GraphTopologyView graph_view; in RelaxAllocatorConstraints() local
Dfunction_optimizer.cc311 const GraphView& graph_view() const { return graph_view_; } in graph_view() function in tensorflow::grappler::__anon35816ea30111::FunctionOptimizerContext
Darithmetic_optimizer.cc3423 GraphTopologyView graph_view; in DedupComputations() local
/external/tensorflow/tensorflow/python/training/tracking/
Dutil.py60 restore_op_cache, graph_view): argument
532 def __init__(self, checkpoint, feed_dict, graph_view): argument
679 def __init__(self, graph_view, restore_uid): argument
754 def __init__(self, checkpoint, graph_view): argument
858 def __init__(self, graph_view): argument
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfusion_utils.cc264 MutableGraphView graph_view(&graph); in CreateFalsePredicate() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc2050 GraphView graph_view(&item_.graph); in InferStatically() local