/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ |
D | data_type.cc | 87 return DataType(DataType::DE_UNKNOWN); in FromCVType() 120 type_ = DE_UNKNOWN; in DataType() 160 return DataType(DataType::DE_UNKNOWN); in FromNpArray()
|
D | device_tensor.cc | 39 CHECK_FAIL_RETURN_UNEXPECTED(type != DataType::DE_UNKNOWN, "Invalid data type."); in CreateEmpty() 63 CHECK_FAIL_RETURN_UNEXPECTED(type != DataType::DE_UNKNOWN, "Invalid data type."); in CreateFromDeviceMemory()
|
D | tensor_row.h | 92 if (data_type == DataType::DE_UNKNOWN) { in ConvertToTensorRow() 112 if (data_type == DataType::DE_UNKNOWN) { in ConvertToTensorRow()
|
D | data_type.h | 40 DE_UNKNOWN = 0, enumerator 124 DataType() : type_(DE_UNKNOWN) {} in DataType()
|
D | type_id.h | 53 return dataset::DataType(dataset::DataType::DE_UNKNOWN); in MSTypeToDEType()
|
D | tensor_row.cc | 89 if (data_type == DataType::DE_UNKNOWN) { in ValidateTensorRow()
|
D | tensor.cc | 93 CHECK_FAIL_RETURN_UNEXPECTED(type != DataType::DE_UNKNOWN, "Invalid data type."); in CreateEmpty() 495 type_ = DataType(DataType::DE_UNKNOWN); in Invalidate()
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | datatype_test.cc | 80 …if (d == DataType::DE_UNKNOWN || d == DataType::DE_UINT32 || d == DataType::DE_UINT64 || d == Data… in FromDT() 91 ASSERT_EQ(d, DataType::DE_UNKNOWN); in TEST_F() 93 ASSERT_EQ(d3, DataType::DE_UNKNOWN); in TEST_F() 121 FromDT(DataType(DataType::DE_UNKNOWN), CV_8U, "unknown"); in TEST_F()
|
D | tensor_test.cc | 125 ASSERT_EQ(t->type(), DataType::DE_UNKNOWN); in TEST_F()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | tensor_proto.cc | 26 {DataTypePb::DE_PB_UNKNOWN, DataType::DE_UNKNOWN}, {DataTypePb::DE_PB_BOOL, DataType::DE_BOOL}, 36 {DataType::DE_UNKNOWN, DataTypePb::DE_PB_UNKNOWN}, {DataType::DE_BOOL, DataTypePb::DE_PB_BOOL},
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ |
D | py_func_op.h | 32 …yFuncOp(py::function func) : py_func_ptr_(std::move(func)) { output_type_ = DataType::DE_UNKNOWN; } in PyFuncOp()
|
D | plugin_op.cc | 29 …CHECK_FAIL_RETURN_UNEXPECTED(tp.IsNumeric() && tp != DataType::DE_UNKNOWN, "Unsupported type: " + … in PluginToTensorRow()
|
D | py_func_op.cc | 54 if (output_type_ != DataType::DE_UNKNOWN) { in Compute()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/data/ |
D | random_apply_op.cc | 46 outputs.resize(NumOutput(), DataType(DataType::DE_UNKNOWN)); in OutputType()
|
D | random_choice_op.cc | 72 outputs.resize(NumOutput(), DataType(DataType::DE_UNKNOWN)); in OutputType()
|
D | data_utils.cc | 211 case DataType::DE_UNKNOWN: { in FillHelper() 295 case DataType::DE_UNKNOWN: in CastFrom() 342 case DataType::DE_UNKNOWN: in TypeCast() 597 case DataType::DE_UNKNOWN: in Mask()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | random_select_subpolicy_op.cc | 82 outputs.resize(NumOutput(), DataType(DataType::DE_UNKNOWN)); in OutputType()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_fbb.cc | 113 DataType::Type dest = DataType::DE_UNKNOWN; in RestoreOneTensor()
|
D | de_tensor.fbs | 20 DE_UNKNOWN = 0,
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
D | generator_op.cc | 118 if ((!column_types_.empty()) && (column_types_[i] != DataType::DE_UNKNOWN) && in PyRowToTensorRow()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/data/ |
D | transforms_ir.cc | 273 if (data_type_ == DataType::DE_UNKNOWN) { in ValidateParams()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ |
D | data_schema.cc | 49 …: type_(DataType::DE_UNKNOWN), rank_(0), tensor_impl_(TensorImpl::kNone), tensor_shape_(nullptr) {} in ColDescriptor()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | datasets.cc | 678 CHECK_FAIL_RETURN_UNEXPECTED(data_type != DataType::DE_UNKNOWN, "Type is unknown."); in add_column_char() 699 CHECK_FAIL_RETURN_UNEXPECTED(data_type != DataType::DE_UNKNOWN, "Type is unknown."); in add_column_char()
|