Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dwkv.cc62 auto k_type = input_args[kIndexK]->GetType(); in InferType() local
Dtopk.cc86 auto k_type = input_args[kInputIndex1]->GetType(); in TopKInferType() local
Dmatrix_diag_part_v3.cc128 auto k_type = input_args[kInputIndex1]->GetType(); in MatrixDiagPartV3InferType() local
Dmatrix_set_diag_v3.cc149 auto k_type = k_arg->GetType(); in MatrixSetDiagV3InferType() local
Dmatrix_diag_v3.cc197 auto k_type = input_args[kInputIndex1]->GetType(); in MatrixDiagV3InferType() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/
Dwkv_grad.cc70 auto k_type = input_args[kIndexK]->GetType(); in InferType() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dtopk_ext.cc34 auto k_type = input_args[kInputIndex1]->GetType(); in InferType() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/
Dtest_ops_topk_ext.cc44 TypePtr k_type; member