| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/ |
| D | arange.cc | 30 bool CheckDtypeValidAndIsInteger(const PrimitivePtr &primitive, const ValuePtr &dtype_value) { in CheckDtypeValidAndIsInteger() 118 auto dtype_value = input_args[kInputIndex3]->GetValue(); in InferShape() local 158 const auto &dtype_value = input_values[kInputIndex3]; in InferType() local 174 const auto &dtype_value = input_values[kInputIndex3]; in InferShape() local
|
| D | scalar_to_tensor.cc | 56 auto dtype_value = GetScalarValue<int64_t>(input_args[kInputIndex1]->GetValue()); in InferType() local
|
| D | tuple_to_tensor.cc | 93 auto dtype_value = GetScalarValue<int64_t>(input_args[kInputIndex1]->GetValue()); in InferType() local
|
| D | dropout_gen_mask_ext.cc | 72 auto dtype_value = static_cast<TypeId>(dtype_opt.value()); in CheckValidation() local
|
| D | eye.cc | 98 auto dtype_value = TypeIdToType(static_cast<TypeId>(dtype_ptr.value())); in CheckValidation() local
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/ |
| D | test_ops_ones.cc | 30 ValuePtr dtype_value; member 48 auto dtype_value = param.dtype_value->ToAbstract(); in TEST_P() local 76 auto dtype_value = param.dtype_value->ToAbstract(); in TEST_P() local
|
| D | test_ops_zeros.cc | 30 ValuePtr dtype_value; member 48 auto dtype_value = param.dtype_value->ToAbstract(); in TEST_P() local 76 auto dtype_value = param.dtype_value->ToAbstract(); in TEST_P() local
|
| D | test_ops_fill.cc | 32 ValuePtr dtype_value; member 51 auto dtype_value = param.dtype_value->ToAbstract(); in TEST_P() local 81 auto dtype_value = param.dtype_value->ToAbstract(); in TEST_P() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/pyboost/customize/ |
| D | dropout_gen_mask_ext.cc | 43 auto dtype_value = static_cast<TypeId>(dtype->value()); in DropoutGenMaskExtAscendCustomize() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ |
| D | non_deterministic_ints.cc | 81 auto dtype_value = prim->GetAttr("dtype"); in NonDeterministicIntsInferType() local
|
| D | random_poisson.cc | 98 auto dtype_value = prim->GetAttr("dtype"); in RandomPoissonInferType() local
|
| D | random_categorical.cc | 104 auto dtype_value = prim->GetAttr("dtype"); in RandomCategoricalInferType() local
|
| D | truncated_normal.cc | 105 auto dtype_value = prim->GetAttr("dtype"); in TruncatedNormalInferType() local
|
| D | hamming_window.cc | 121 int64_t dtype_value = GetValue<int64_t>(dtype_attr); in HammingWindowInferType() local
|
| D | crop_and_resize_grad_image.cc | 147 auto dtype_value = primitive->GetAttr("T"); in CropAndResizeGradImageInferShape() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_frontend_func_impl/ |
| D | tuple_to_tensor.cc | 161 auto dtype_value = GetScalarValue<int64_t>(input_args[kInputIndex1]->GetValue()); in InferValue() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ge/ |
| D | dropout_for_ge.cc | 126 auto dtype_value = MakeValue(TypeIdToType(dtype_id)); in GenCastNode() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/debug/debugger/ |
| D | tensor_summary.cc | 178 void TensorSummary<T>::TensorStatistics(DbgDataType dtype_value) { in TensorStatistics()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/mindir/ |
| D | dropout_unify_mindir.cc | 266 auto dtype_value = static_cast<int64_t>(GetInputXDataType(dropout)); in CreateDropoutGenMaskCNode() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/common/ |
| D | gllo_utils.cc | 1194 auto dtype_value = MakeValue(dst_type_ptr); in GenCastNode() local
|