Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dpattern_utils.cc28 const OpTypePattern& pattern, MutableNodeView* node_view, in DoesOpTypePatternMatch()
104 const OpTypePattern& pattern, MutableNodeView* node_view, in GetMatchedNodes()
Dgraph_view.cc36 FaninView::FaninView(NodeView* node_view, int index) in FaninView()
40 FanoutView::FanoutView(NodeView* node_view, int index) in FanoutView()
120 Status GraphView::CheckAndAddFaninsInternal(NodeView* node_view) { in CheckAndAddFaninsInternal()
171 MutableFaninView::MutableFaninView(MutableNodeView* node_view, int index) in MutableFaninView()
175 MutableFanoutView::MutableFanoutView(MutableNodeView* node_view, int index) in MutableFanoutView()
544 MutableNodeView& node_view = nodes_[i]; in AddFaninsInternal() local
716 const MutableNodeView& node_view = nodes_[node_name_state.second]; in RemovedOrMissingNodeFanoutsWellFormed() local
956 MutableNodeView& node_view = nodes_[node_index]; in AddNewNodes() local
1015 MutableNodeView* node_view, int i) { in RemoveRegularFaninFanoutInternal()
1061 MutableNodeView* node_view, const SafeTensorId& fanin_id) { in AddRegularFaninInternal()
[all …]
Dpattern_utils.h148 MutableNodeView* node_view = nullptr; member
205 auto node_view = graph_view_->GetNode(node_idx); in HasRemoveNodeExternalDependents() local
Dgraph_view_internal.h65 NodeViewT* node_view() const { in node_view() function
495 auto* node_view = diff->graph_view->GetNode(diff->node_index); in AddOrUpdateRegularFanin() local
537 auto* node_view = diff->graph_view->GetNode(diff->node_index); in RemoveRegularFanin() local
616 auto* node_view = diff->graph_view->GetNode(diff->node_index); in RemoveAttribute() local
696 auto* node_view = diff->graph_view->GetNode(diff->node_index); in IsWellFormed() local
Dgraph_view_internal_test.cc47 for (const auto& node_view : graph_view->GetNodes()) { in GetUpdatedNodeNames() local
Dgraph_view_test.cc253 const auto* node_view = graph_view.GetNode(node.name()); in TYPED_TEST() local
805 MutableNodeView* node_view = graph_view->GetNode(node_name); in CompareGraphViewWithGraph() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc380 inline bool HasControlFaninOrFanout(const utils::MutableNodeView& node_view) { in IsCpuCompatibleDataType()
386 inline bool HasAtMostOneFanoutAtPort0(const utils::MutableNodeView& node_view) { in IsCpuCompatibleDataType()
393 const utils::MutableNodeView& node_view) { in IsCpuCompatibleDataType()
404 const auto* node_view = ctx.graph_view.GetNode(node_index); in IsCpuCompatibleDataType() local
444 const auto* node_view = ctx.graph_view.GetNode(node_index); in IsCpuCompatibleDataType() local
492 const auto* node_view = ctx.graph_view.GetNode(node_index); in IsCpuCompatibleDataType() local
547 const auto* node_view = ctx.graph_view.GetNode(node_index); in IsCpuCompatibleDataType() local
596 const auto* node_view = ctx.graph_view.GetNode(node_index); in IsCpuCompatibleDataType() local
667 const utils::MutableNodeView& node_view, in IsCpuCompatibleDataType()
713 const auto* node_view = ctx.graph_view.GetNode(node_index); in IsCpuCompatibleDataType() local
[all …]
Dimplementation_selector.cc147 Status UpdateNodeDef(utils::MutableNodeView* node_view, const string& funcName, in UpdateNodeDef()
346 auto* node_view = graph_view.GetNode(k); in SelectDeviceIndex() local
Dgeneric_layout_optimizer.cc124 auto* node_view = context->graph_view->GetNode(i); in ExpandLayoutSensitiveOp() local
146 auto* node_view = context->graph_view->GetNode(i); in ExpandLayoutAgnosticOp() local