Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dcudnn_inplace_fusion.cc37 struct AnfNodeIndex { struct
38 AnfNodeIndex() : node(nullptr), index(0) {} in AnfNodeIndex() argument
39 AnfNodeIndex(const AnfNodePtr &n, const int i) : node(n), index(i) {} in AnfNodeIndex() function
40 AnfNodePtr node;
41 uint32_t index;