/third_party/mindspore/mindspore/ops/operations/ |
D | _quant_ops.py | 112 def infer_dtype(self, x_type, min_type, max_type): argument 175 def infer_dtype(self, x_type, min_type, max_type): argument 273 def infer_dtype(self, dout_type, x_type, alpha_type, quant_max_type): argument 304 def infer_dtype(self, dout_type, x_type, alpha_type, quant_max_type): argument 436 def infer_dtype(self, dout_type, x_type, alpha_type, quant_max_type): argument 469 def infer_dtype(self, dout_type, x_type, alpha_type, quant_max_type): argument 548 def infer_dtype(self, x_type, min_type, max_type): argument 613 def infer_dtype(self, dout_type, x_type, min_type, max_type): argument 664 def infer_dtype(self, x_type, min_type, max_type): argument 723 def infer_dtype(self, dout_type, x_type, min_type, max_type): argument [all …]
|
/third_party/spirv-tools/source/val/ |
D | validate_extensions.cpp | 897 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 932 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 948 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 986 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1003 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1053 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1103 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1237 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1310 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1591 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 934 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 969 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 985 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1023 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1040 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1090 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1140 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1274 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1347 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1628 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_extensions.cpp | 934 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 969 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 985 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1023 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1040 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1090 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1140 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1274 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1347 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local 1628 const uint32_t x_type = _.GetOperandTypeId(inst, 4); in ValidateExtInst() local [all …]
|
/third_party/boost/libs/contract/test/disable/ |
D | lib_a.hpp | 34 typedef boost::contract::test::detail::counter<x_tag, int> x_type; typedef
|
/third_party/mindspore/mindspore/core/ops/ |
D | sigmoid_cross_entropy_with_logits.cc | 48 auto x_type = CheckAndConvertUtils::CheckTensorTypeSame(args, valid_types, prim_name); in SigmoidCrossEntropyWithLogitsInfer() local
|
D | expand_dims.cc | 52 auto x_type = CheckAndConvertUtils::GetInputTensorType(input_args, x_index, prim_name); in ExpandDimsInfer() local
|
D | unsorted_segment_sum.cc | 37 auto x_type = input_args[0]->BuildType()->cast<TensorTypePtr>()->element(); in UnsortedSegmentSumInfer() local
|
D | LayerNormXBackprop.cc | 41 auto x_type = input_args[x_index]->BuildType(); in LayerNormXBackpropInferType() local
|
D | layer_norm_x_backprop_v2.cc | 41 auto x_type = input_args[0]->BuildType(); in LayerNormXBackpropV2InferType() local
|
D | log1p.cc | 43 auto x_type = input_args[0]->BuildType(); in Log1pInferType() local
|
D | softplus.cc | 43 auto x_type = input_args[0]->BuildType(); in SoftplusInferType() local
|
D | relu.cc | 46 auto x_type = input_args[0]->BuildType(); in InferType() local
|
D | crop.cc | 55 auto x_type = input_args[0]->BuildType()->cast<TensorTypePtr>()->element(); in CropInfer() local
|
D | cumsum.cc | 55 auto x_type = input_args[0]->BuildType()->cast<TensorTypePtr>()->element(); in CumSumInfer() local
|
D | fill.cc | 44 auto x_type = input_args[kInputIndex2]->BuildType(); in FillInfer() local
|
D | broadcast.cc | 55 auto x_type = input_args[0]->BuildType()->cast<TensorTypePtr>()->element(); in BroadcastInfer() local
|
D | gather_d.cc | 58 …auto x_type = CheckAndConvertUtils::CheckTensorTypeValid("x", input_args[0]->BuildType(), valid_x_… in GatherDInferType() local
|
D | reverse_sequence.cc | 64 auto x_type = input_args[0]->BuildType()->cast<TensorTypePtr>()->element(); in ReverseSequenceInfer() local
|
D | fake_quant_with_min_max_vars_per_channel.cc | 55 auto x_type = input_args[kInputIndex0]->BuildType(); in FakeQuantWithMinMaxVarsPerChannelInfer() local
|
/third_party/boost/libs/contract/test/function/ |
D | smoke.cpp | 21 struct x_tag; typedef boost::contract::test::detail::counter<x_tag, int> x_type; typedef
|
/third_party/mindspore/mindspore/core/ops/grad/ |
D | relu_grad_v2.cc | 42 auto x_type = x_type_map->cast<TensorTypePtr>(); in InferType() local
|
D | relu_grad.cc | 57 auto x_type = input_args[0]->BuildType(); in InferType() local
|
/third_party/mindspore/mindspore/ops/_utils/ |
D | utils.py | 78 def get_concat_offset(x_shp, x_type, axis, prim_name): argument
|
/third_party/mindspore/mindspore/core/ops/fusion/ |
D | slice_fusion.cc | 41 auto x_type = input_args[kInputIndex0]->BuildType(); in SliceFusionInfer() local
|