| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/ |
| D | non_zero_ext.cc | 55 std::vector<TypePtr> type_tuple; in InferType() local 99 TypePtrList type_tuple; in InferType() local
|
| D | minimum_grad.cc | 38 std::vector<TypePtr> type_tuple; in InferType() local
|
| D | geqrf.cc | 81 std::vector<TypePtr> type_tuple = {type, type}; in InferType() local
|
| D | split_with_size.cc | 75 std::vector<TypePtr> type_tuple; in InferType() local
|
| D | split.cc | 91 std::vector<TypePtr> type_tuple; in InferType() local
|
| D | split_tensor.cc | 95 std::vector<TypePtr> type_tuple; in InferType() local
|
| D | grouped_matmul.cc | 265 std::vector<TypePtr> type_tuple; in InferType() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/ |
| D | fallback.cc | 85 auto type_tuple = type->cast_ptr<Tuple>(); in GetTypeElements() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ |
| D | ellipsis_to_slice.cc | 55 std::vector<TypePtr> type_tuple{kInt64, kInt64, kInt64}; in InferType() local
|
| D | sort.cc | 77 std::vector<TypePtr> type_tuple; in SortInferType() local
|
| D | nms_with_mask.cc | 105 std::vector<TypePtr> type_tuple; in NMSWithMaskInferType() local
|
| D | svd.cc | 103 std::vector<TypePtr> type_tuple = {type, type, type}; in SvdInferType() local
|
| D | compute_accidental_hits.cc | 84 std::vector<TypePtr> type_tuple; in ComputeAccidentalHitsInferType() local
|
| D | split_v.cc | 123 std::vector<TypePtr> type_tuple; in SplitVInferType() local
|
| D | unstack.cc | 57 std::vector<TypePtr> type_tuple; in UnstackInferType() local
|
| D | sparse_split.cc | 120 std::vector<TypePtr> type_tuple; in SparseSplitInferType() local
|
| D | apply_adam_with_amsgradv2.cc | 152 auto type_tuple = infer_type->cast_ptr<Tuple>(); in ApplyAdamWithAmsgradV2Infer() local
|
| D | densetodense_set_operation.cc | 173 std::vector<TypePtr> type_tuple; in DenseToDenseSetOperationInferType() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/ |
| D | broadcast_grad_grad.cc | 78 std::vector<TypePtr> type_tuple{x_type, x_type, x_type}; in BroadcastGradGradInferType() local
|
| D | lstm_grad_data.cc | 187 std::vector<TypePtr> type_tuple(kLstmOutputNum, x_dtype); in LstmGradDataInferType() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/abstract/ |
| D | utils.cc | 283 auto type_tuple = type->cast_ptr<Tuple>(); in MakeAbstract() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/ |
| D | infer.cc | 162 auto type_tuple = type->cast_ptr<mindspore::Tuple>(); in CreateTuple() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ |
| D | _checkparam.py | 996 def check_axis_type(axis, type_int=True, type_tuple=True, type_list=True): argument
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/ |
| D | array_func.py | 637 def _check_axis_type(axis, type_int=True, type_tuple=True, type_list=True, ops_name="ops"): argument
|