Home
last modified time | relevance | path

Searched refs:skip_node (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dcudnn_inplace_fusion.cc202 void SetNodeAttr(AnfNodeIndex aggregate_node, AnfNodePtr skip_node, std::vector<AnfNodeIndex> *inpl… in SetNodeAttr() argument
204 MS_EXCEPTION_IF_NULL(skip_node); in SetNodeAttr()
210 SetPrimAttr(skip_node, "skip", true); in SetNodeAttr()
243 …(const FuncGraphPtr &graph, const AnfNodePtr &node, AnfNodeIndex *aggregate, AnfNodePtr *skip_node, in PatternMatch() argument
248 MS_EXCEPTION_IF_NULL(skip_node); in PatternMatch()
260 *skip_node = AnfAlgo::GetInputNode(utils::cast<CNodePtr>(node), aggregate_iter->second); in PatternMatch()
261 if (*skip_node == nullptr || !(*skip_node)->isa<CNode>() || in PatternMatch()
262 kSkipOpNames.count(AnfAlgo::GetCNodeName(*skip_node)) == 0 || in PatternMatch()
263 GetRealNodeUsedList(graph, *skip_node)->size() >= 2) { in PatternMatch()
267 auto cnode = (*skip_node)->cast<CNodePtr>(); in PatternMatch()
[all …]
/third_party/mesa3d/src/compiler/glsl/glcpp/
Dglcpp.h165 typedef struct skip_node { struct
169 struct skip_node *next; argument
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
DCMakeLists.txt23 skip_node.cc
/third_party/mindspore/mindspore/ccsrc/runtime/device/gpu/
Dgpu_kernel_runtime.cc1118 auto skip_node = AnfAlgo::GetInputNode(utils::cast<CNodePtr>(kernel), input_index); in AllocKernelInputDynamicRes() local
1119 device_address = GetPrevNodeMutableOutputAddr(skip_node, 0, false); in AllocKernelInputDynamicRes()
/third_party/mindspore/mindspore/lite/tools/dataset/cropper/
Dassociations.txt1 …ode.cc", "skip": "mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/skip_node.cc", "repeat": "…
Ddependencies.txt1skip_node.cc", "mindspore/core/ir/primitive.cc", "mindspore/ccsrc/utils/system/crc32c.cc", "mindsp…
/third_party/libxml2/
Dxpath.c3967 goto skip_node; in xmlXPathNodeSetMergeAndClear()
3980 goto skip_node; in xmlXPathNodeSetMergeAndClear()
4014 skip_node: in xmlXPathNodeSetMergeAndClear()
/third_party/gettext/gnulib-local/lib/libxml/
Dxpath.c4005 goto skip_node; in xmlXPathNodeSetMergeAndClear()
4018 goto skip_node; in xmlXPathNodeSetMergeAndClear()
4052 skip_node: in xmlXPathNodeSetMergeAndClear()