Searched defs:node_view (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | pattern_utils.cc | 28 const OpTypePattern& pattern, MutableNodeView* node_view, in DoesOpTypePatternMatch() 104 const OpTypePattern& pattern, MutableNodeView* node_view, in GetMatchedNodes()
|
D | graph_view.cc | 36 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 …]
|
D | pattern_utils.h | 148 MutableNodeView* node_view = nullptr; member 205 auto node_view = graph_view_->GetNode(node_idx); in HasRemoveNodeExternalDependents() local
|
D | graph_view_internal.h | 65 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
|
D | graph_view_internal_test.cc | 47 for (const auto& node_view : graph_view->GetNodes()) { in GetUpdatedNodeNames() local
|
D | graph_view_test.cc | 253 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/ |
D | remapper.cc | 380 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 …]
|
D | implementation_selector.cc | 147 Status UpdateNodeDef(utils::MutableNodeView* node_view, const string& funcName, in UpdateNodeDef() 346 auto* node_view = graph_view.GetNode(k); in SelectDeviceIndex() local
|
D | generic_layout_optimizer.cc | 124 auto* node_view = context->graph_view->GetNode(i); in ExpandLayoutSensitiveOp() local 146 auto* node_view = context->graph_view->GetNode(i); in ExpandLayoutAgnosticOp() local
|