Searched defs:CreateEmpty (Results 1 – 5 of 5) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/ | ||
| D | cv_tensor.cc | 27 Status CVTensor::CreateEmpty(const TensorShape &shape, DataType type, CVTensorPtr *out) { in CreateEmpty() function in mindspore::dataset::CVTensor |
| D | device_tensor.cc | 32 Status DeviceTensor::CreateEmpty(const TensorShape &shape, const DataType &type, std::shared_ptr<De… in CreateEmpty() function in mindspore::dataset::DeviceTensor |
| D | tensor.cc | 104 Status Tensor::CreateEmpty(const TensorShape &shape, const DataType &type, TensorPtr *out) { in CreateEmpty() function in mindspore::dataset::Tensor |
| /third_party/skia/src/core/ | ||
| D | SkFontMgr.cpp | 32 SkFontStyleSet* SkFontStyleSet::CreateEmpty() { return new SkEmptyFontStyleSet; } in CreateEmpty() function in SkFontStyleSet |
| D | SkPathRef.cpp | 83 SkPathRef* SkPathRef::CreateEmpty() { in CreateEmpty() function in SkPathRef |