Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/gpu/
Dcudnn_inplace_fusion.cc127 auto first_node_channel = first_node_prim.get()->GetAttr("out_channel"); in GetCoverIndex() local
128 MS_EXCEPTION_IF_NULL(first_node_channel); in GetCoverIndex()
129 auto first_imm_ptr = first_node_channel->cast<Int64ImmPtr>(); in GetCoverIndex()