Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dtranspose.cc37 auto perm_val = perm->cast<ValueTuplePtr>(); in InferShape() local
38 MS_EXCEPTION_IF_NULL(perm_val); in InferShape()
39 auto perm_val_data = perm_val->value(); in InferShape()
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc729 auto perm_val = perm->cast<ValueTuplePtr>(); in InferImplTranspose() local
730 MS_EXCEPTION_IF_NULL(perm_val); in InferImplTranspose()
731 auto perm_val_data = perm_val->value(); in InferImplTranspose()