Home
last modified time | relevance | path

Searched defs:valid_type (Results 1 – 24 of 24) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl07.c29 static unsigned int valid_type = XFS_USER_QUOTA; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/train/
Dtrain_utils.cc144 std::vector<TypeId> valid_type = {kNumberTypeFloat32, kNumberTypeFloat16, kNumberTypeFloat}; in CastTensor() local
198 std::vector<TypeId> valid_type = {kNumberTypeFloat32, kNumberTypeFloat}; in ScaleTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dslice_ext.cc83 …const std::set<TypePtr> valid_type = {kInt8, kInt32, kInt64, kUInt8, kFloat16, kFloat32, kBool, kB… in InferType() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/view/
Dslice_ext_strides_calc.cc37 …const std::set<TypePtr> valid_type = {kInt8, kInt32, kInt64, kUInt8, kFloat16, kFloat32, kBool, kB… in SliceExtCalc() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/
Ddense_grad.cc96 std::set<TypePtr> valid_type = {kTensorType}; in InferType() local
Ddeformable_offsets_grad.cc66 std::set<TypePtr> valid_type = {kFloat16, kFloat32}; in DeformableOffsetsGradInferType() local
Ddilation2d_backprop_filter.cc186 std::set<TypePtr> valid_type = {kUInt8, kUInt16, kUInt32, kUInt64, kInt8, kInt16, in Dilation2DBackpropFilterInferType() local
Ddilation2d_backprop_input.cc186 std::set<TypePtr> valid_type = {kUInt8, kUInt16, kUInt32, kUInt64, kInt8, kInt16, in Dilation2DBackpropInputInferType() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dbincount.cc79 const std::set<TypePtr> valid_type = {kInt32}; in BincountInferType() local
Dsparse_addmm.cc108 const std::set<TypePtr> valid_type = {kInt64, kInt32}; in SparseAddmmInferType() local
Dmatrix_diag_part_v3.cc127 const std::set<TypePtr> valid_type = {kInt32}; in MatrixDiagPartV3InferType() local
Difmr.cc104 std::set<TypePtr> valid_type = {kFloat16, kFloat32}; in IFMRInferType() local
Dmatrix_set_diag_v3.cc148 const std::set<TypePtr> valid_type = {kInt32}; in MatrixSetDiagV3InferType() local
Dctc_loss_v2.cc55 const std::set<TypePtr> &valid_type, const std::string &prim_name) { in CheckInputLengthType()
Dmatrix_diag_v3.cc195 const std::set<TypePtr> valid_type = {kInt32}; in MatrixDiagV3InferType() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dceleba_op.cc171 constexpr int32_t valid_type = 1; in CheckDatasetTypeValid() local
/third_party/ffmpeg/libavcodec/
Dtiff_common.c257 int valid_type; in ff_tread_tag() local
/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dcheck_convert_utils.cc761 for (auto const &valid_type : check_list) { in CheckTensorTypeSame() local
1135const std::set<TypePtr> &valid_type, const std::string &prim_name) { in CheckTypeValid()
1148 const std::set<TypePtr> &valid_type, in CheckTypeValidWithMoreInfo()
/third_party/mesa3d/src/freedreno/decode/
Dpgmdump.c281 valid_type(uint32_t type_info) in valid_type() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/
D_checkparam.py1276 def _check_data_type_valid(data, valid_type): argument
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Dmath_ops.py1854 def do_infer_dtype(x_dtype, y_dtype, valid_type=mstype.number_type, prim_name=None): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/operator/composite/
Dcomposite.cc2059 [type_id](int64_t valid_type) { return valid_type == type_id; }); in GenerateFuncGraph()
/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c187 static BOOL valid_type(ATTR_TYPES type) in valid_type() function
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/function/
Dmath_func.py1385 def _check_cov_weights(weights, weights_name, num_observations, valid_type, valid_type_name): argument