Searched refs:perm_val (Results 1 – 2 of 2) sorted by relevance
37 auto perm_val = perm->cast<ValueTuplePtr>(); in InferShape() local38 MS_EXCEPTION_IF_NULL(perm_val); in InferShape()39 auto perm_val_data = perm_val->value(); in InferShape()
729 auto perm_val = perm->cast<ValueTuplePtr>(); in InferImplTranspose() local730 MS_EXCEPTION_IF_NULL(perm_val); in InferImplTranspose()731 auto perm_val_data = perm_val->value(); in InferImplTranspose()