Searched refs:first_node_channel (Results 1 – 1 of 1) sorted by relevance
127 auto first_node_channel = first_node_prim.get()->GetAttr("out_channel"); in GetCoverIndex() local128 MS_EXCEPTION_IF_NULL(first_node_channel); in GetCoverIndex()129 auto first_imm_ptr = first_node_channel->cast<Int64ImmPtr>(); in GetCoverIndex()