Home
last modified time | relevance | path

Searched refs:DE_UNKNOWN (Results 1 – 23 of 23) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Ddata_type.cc87 return DataType(DataType::DE_UNKNOWN); in FromCVType()
120 type_ = DE_UNKNOWN; in DataType()
160 return DataType(DataType::DE_UNKNOWN); in FromNpArray()
Ddevice_tensor.cc39 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()
Dtensor_row.h92 if (data_type == DataType::DE_UNKNOWN) { in ConvertToTensorRow()
112 if (data_type == DataType::DE_UNKNOWN) { in ConvertToTensorRow()
Ddata_type.h40 DE_UNKNOWN = 0, enumerator
124 DataType() : type_(DE_UNKNOWN) {} in DataType()
Dtype_id.h53 return dataset::DataType(dataset::DataType::DE_UNKNOWN); in MSTypeToDEType()
Dtensor_row.cc89 if (data_type == DataType::DE_UNKNOWN) { in ValidateTensorRow()
Dtensor.cc93 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/
Ddatatype_test.cc80 …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()
Dtensor_test.cc125 ASSERT_EQ(t->type(), DataType::DE_UNKNOWN); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dtensor_proto.cc26 {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/
Dpy_func_op.h32 …yFuncOp(py::function func) : py_func_ptr_(std::move(func)) { output_type_ = DataType::DE_UNKNOWN; } in PyFuncOp()
Dplugin_op.cc29 …CHECK_FAIL_RETURN_UNEXPECTED(tp.IsNumeric() && tp != DataType::DE_UNKNOWN, "Unsupported type: " + … in PluginToTensorRow()
Dpy_func_op.cc54 if (output_type_ != DataType::DE_UNKNOWN) { in Compute()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/data/
Drandom_apply_op.cc46 outputs.resize(NumOutput(), DataType(DataType::DE_UNKNOWN)); in OutputType()
Drandom_choice_op.cc72 outputs.resize(NumOutput(), DataType(DataType::DE_UNKNOWN)); in OutputType()
Ddata_utils.cc211 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/
Drandom_select_subpolicy_op.cc82 outputs.resize(NumOutput(), DataType(DataType::DE_UNKNOWN)); in OutputType()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_fbb.cc113 DataType::Type dest = DataType::DE_UNKNOWN; in RestoreOneTensor()
Dde_tensor.fbs20 DE_UNKNOWN = 0,
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dgenerator_op.cc118 if ((!column_types_.empty()) && (column_types_[i] != DataType::DE_UNKNOWN) && in PyRowToTensorRow()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/data/
Dtransforms_ir.cc273 if (data_type_ == DataType::DE_UNKNOWN) { in ValidateParams()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Ddata_schema.cc49 …: type_(DataType::DE_UNKNOWN), rank_(0), tensor_impl_(TensorImpl::kNone), tensor_shape_(nullptr) {} in ColDescriptor()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Ddatasets.cc678 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()