/third_party/mindspore/tests/ut/cpp/dataset/ |
D | batch_op_test.cc | 67 rc = de::Tensor::CreateFromMemory(de::TensorShape({12, 1}), de::DataType(DataType::DE_INT64), in TEST_F() 101 rc = de::Tensor::CreateFromMemory(de::TensorShape({7, 1}), de::DataType(DataType::DE_INT64), in TEST_F() 104 rc = de::Tensor::CreateFromMemory(de::TensorShape({7, 1}), de::DataType(DataType::DE_INT64), in TEST_F() 107 rc = de::Tensor::CreateFromMemory(de::TensorShape({7, 1}), de::DataType(DataType::DE_INT64), in TEST_F() 151 rc = de::Tensor::CreateFromMemory(de::TensorShape({7, 1}), de::DataType(DataType::DE_INT64), in TEST_F() 154 rc = de::Tensor::CreateFromMemory(de::TensorShape({7, 1}), de::DataType(DataType::DE_INT64), in TEST_F() 157 rc = de::Tensor::CreateFromMemory(de::TensorShape({7, 1}), de::DataType(DataType::DE_INT64), in TEST_F() 160 rc = de::Tensor::CreateFromMemory(de::TensorShape({3, 1}), de::DataType(DataType::DE_INT64), in TEST_F() 210 rc = de::Tensor::CreateFromMemory(de::TensorShape({7, 1}), de::DataType(DataType::DE_INT64), in TEST_F() 213 rc = de::Tensor::CreateFromMemory(de::TensorShape({5, 1}), de::DataType(DataType::DE_INT64), in TEST_F() [all …]
|
D | datatype_test.cc | 61 x = DataType::kTypeInfo[DataType::DE_INT64].sizeInBytes_; in TEST_F() 62 d = DataType(DataType::DE_INT64); in TEST_F() 80 …e::DE_UNKNOWN || d == DataType::DE_UINT32 || d == DataType::DE_UINT64 || d == DataType::DE_INT64) { in FromDT() 118 FromDT(DataType(DataType::DE_INT64), 0, "int64"); in TEST_F() 133 ASSERT_TRUE(DataType(DataType::DE_INT64).IsCompatible<int64_t>()); in TEST_F() 141 ASSERT_FALSE(DataType(DataType::DE_INT64).IsCompatible<double>()); in TEST_F()
|
D | stand_alone_samplers_test.cc | 33 RETURN_IF_NOT_OK(Tensor::CreateFromMemory(shape, DataType(DataType::DE_INT64), data, sample_ids)); in CreateINT64Tensor() 56 …Tensor::CreateFromMemory(TensorShape({7}), DataType(DataType::DE_INT64), (unsigned char *)(res[i])… in TEST_F()
|
D | map_op_test.cc | 305 DataType::Type::DE_UINT8, DataType::Type::DE_INT64, in TEST_F() 306 DataType::Type::DE_FLOAT32, DataType::Type::DE_INT64}); in TEST_F()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ |
D | data_type.h | 48 DE_INT64, enumerator 221 type_ == DataType::DE_INT64; in IsSignedInt() 267 return DataType(DataType::DE_INT64); 337 …return type_ == DataType::DE_INT64 || type_ == DataType::DE_INT32 || type_ == DataType::DE_INT16 ||
|
D | type_id.h | 41 return dataset::DataType(dataset::DataType::DE_INT64); in MSTypeToDEType() 73 case dataset::DataType::DE_INT64: in DETypeToMSType()
|
D | data_type.cc | 108 type_ = DE_INT64; in DataType() 147 return DataType(DataType::DE_INT64); in FromNpArray()
|
D | tensor.cc | 409 CASE_PRINT(DataType::DE_INT64, int64_t) in PrintItemAt() 666 } else if (type_ == DataType::DE_INT64) { in to_json() 799 } else if (type_ == DataType::DE_INT64) { in GetDataAsNumpy() 934 case DataType::DE_INT64: { in GetSignedIntAt()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/ |
D | tensor_proto.cc | 30 …{DataTypePb::DE_PB_INT64, DataType::DE_INT64}, {DataTypePb::DE_PB_UINT64, DataType::DE_UINT64}, 40 …{DataType::DE_INT64, DataTypePb::DE_PB_INT64}, {DataType::DE_UINT64, DataTypePb::DE_PB_UINT64},
|
D | graph_feature_parser.cc | 67 …ensor::CreateEmpty(std::move(TensorShape({2})), std::move(DataType(DataType::DE_INT64)), &tensor)); in LoadFeatureToSharedMemory()
|
D | graph_data_impl.cc | 454 RETURN_IF_NOT_OK(Tensor::CreateEmpty(shape, DataType(DataType::DE_INT64), &fea_tensor)); in GetNodeFeatureSharedMemory() 540 RETURN_IF_NOT_OK(Tensor::CreateEmpty(shape, DataType(DataType::DE_INT64), &fea_tensor)); in GetEdgeFeatureSharedMemory()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | cache_fbb.cc | 46 CASE(DE_INT64); in SerializeOneTensorMeta() 127 CASE(DE_INT64); in RestoreOneTensor()
|
D | de_tensor.fbs | 28 DE_INT64 = 8,
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/ |
D | rgb_to_bgr_op.cc | 29 … input_type != DataType::DE_INT64 && input_type != DataType::DE_STRING, in Compute()
|
D | image_utils.cc | 834 case DataType::DE_INT64: in Normalize()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
D | album_op.cc | 196 if (data_schema_->Column(col_num).Type() == DataType::DE_INT64) { in LoadIntArrayTensor() 298 if (data_schema_->Column(col_num).Type() == DataType::DE_INT64) { in LoadIntTensor() 393 …(data_schema_->Column(i).Type() == DataType::DE_INT64 || data_schema_->Column(i).Type() == DataTyp… in loadColumnData() 398 …(data_schema_->Column(i).Type() == DataType::DE_INT64 || data_schema_->Column(i).Type() == DataTyp… in loadColumnData()
|
D | tf_reader_op.cc | 501 } else if (current_col.Type() == DataType::DE_INT64) { in LoadIntListSwitch()
|
/third_party/mindspore/mindspore/lite/minddata/wrapper/ |
D | album_op_android.cc | 280 if (data_schema_->Column(col_num).Type() == DataType::DE_INT64) { in LoadIntArrayTensor() 369 if (data_schema_->Column(col_num).Type() == DataType::DE_INT64) { in LoadIntTensor() 386 …(data_schema_->Column(i).Type() == DataType::DE_INT64 || data_schema_->Column(i).Type() == DataTyp… in LoadIntTensorRowByIndex() 393 …(data_schema_->Column(i).Type() == DataType::DE_INT64 || data_schema_->Column(i).Type() == DataTyp… in LoadIntTensorRowByIndex()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/data/ |
D | data_utils.cc | 75 if (input->type() == DataType::DE_INT64) { in OneHotEncodingSigned() 176 case DataType::DE_INT64: { in FillHelper() 280 case DataType::DE_INT64: in CastFrom() 327 case DataType::DE_INT64: in TypeCast() 430 } else if (tensor_type == DataType::DE_INT64) { in PadEndNumeric() 582 case DataType::DE_INT64: in Mask() 819 if (input->type() == DataType::DE_INT64) { in Unique()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/sampler/ |
D | sampler.cc | 75 …col_desc_ = std::make_unique<ColDescriptor>("sampleIds", DataType(DataType::DE_INT64), TensorImpl:… in CreateSamplerTensor()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/tdt/ |
D | tdt_plugin.cc | 137 case DataType::DE_INT64: in getTdtType()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/ |
D | to_number_op.cc | 45 case DataType::DE_INT64: in Compute()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/perf/ |
D | cache_pipeline_run.cc | 269 …auto col_desc = std::make_unique<ColDescriptor>("int64", DataType(DataType::DE_INT64), TensorImpl:… in WriterWorkerEntry()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/consumers/ |
D | tree_consumer.cc | 503 } else if (column_type == DataType::DE_INT64) { in FetchItemData()
|