Searched defs:fanin (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | static_schedule.cc | 88 const NodeDef* fanin = it->second; in EstimateEarliestExecutionTimes() local 148 const NodeDef* fanin = it->second; in EstimateRequiredTimes() local 176 const NodeDef* fanin = name_map[NodeName(fanin_name)]; in EstimateRequiredTimes() local
|
D | pin_to_host_optimizer.cc | 121 for (const auto& fanin : graph.GetFanins(node, false)) { in IsNodeOutputPortHostFriendly() local 240 for (const GraphView::OutputPort& fanin : in IsNodeHostCandidate() local
|
D | memory_optimizer.cc | 836 for (const string& fanin : input_node->input()) { in FindSwapInTrigger() local 884 MutableGraphView::OutputPort fanin = graph.GetRegularFanin(input); in IsSwappable() local
|
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view.cc | 266 Status CheckFaninIsRegular(const TensorId& fanin, ErrorHandler handler) { in CheckFaninIsRegular() 274 Status CheckFaninIsValid(const TensorId& fanin, ErrorHandler handler) { in CheckFaninIsValid() 283 const TensorId& fanin, ErrorHandler handler) { in CheckAddingFaninToSelf() 292 const TensorId& fanin, ErrorHandler handler) { in CheckRemovingFaninFromSelf() 330 const MutableGraphView::OutputPort& fanin) { in GeneratedNameForIdentityConsumingSwitch() 389 const OutputPort& fanin, in UpdateMaxRegularOutputPortForRemovedFanin() 410 const OutputPort& fanin) { in UpdateMaxRegularOutputPortForAddedFanin() 843 const OutputPort& fanin) { in AddFaninInternal() 891 const TensorId& fanin) { in AddRegularFanin() 911 const TensorId& fanin) { in AddRegularFaninByPort() [all …]
|
D | grappler_item.cc | 70 std::vector<const NodeDef*> fanin = ComputeTransitiveFanin(graph, init_ops); in MainVariables() local
|
D | graph_view_test.cc | 136 GraphView::OutputPort fanin = graph.GetRegularFanin(input); in TEST_F() local 210 auto fanin = graph.GetFanin(input); in TEST_F() local
|
D | mutable_graph_view_test.cc | 115 for (const auto& fanin : mutable_fanins) { in CheckGraph() local 1184 void CheckFanoutRemoved(const MutableGraphView& graph, const TensorId& fanin, in CheckFanoutRemoved() 1470 for (const string& fanin : fanin_strings) { in TestRemoveAllFanins() local 1681 void TestUpdateFaninFromFaninToNodeAsSwitchControl(const TensorId& fanin) { in TestUpdateFaninFromFaninToNodeAsSwitchControl() 1716 int port, const TensorId& fanin, bool success, in TestUpdateRegularFaninByPort() 2550 const TensorId& fanin, in TestAddControllingFaninSelfLoops()
|
D | graph_view.h | 182 bool HasFanin(const NodeDefT& node, const TensorId& fanin) const { in HasFanin()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | traversal.cc | 108 for (const int fanin : graph_view.GetFanin(w.node)) { in DfsTraversal() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | auto_shard.cc | 167 for (const auto& fanin : graph->GetFanins(node, true)) { in RemoveShuffleDataset() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.cc | 763 const GraphView::OutputPort fanin = graph_.GetRegularFanin(port); in UpdateNode() local 1802 for (const GraphView::Edge fanin : shape_refiner->graph().GetFaninEdges( in UpdateMerge() local 1845 GraphView::OutputPort fanin = shape_refiner->graph().GetRegularFanin(port); in UpdateEnter() local 2017 GraphView::OutputPort fanin = shape_refiner->graph().GetRegularFanin(inp); in UpdateEnqueue() local 2197 GraphView::OutputPort fanin = graph_view.GetRegularFanin(input); in InferStatically() local
|