Searched defs:CVTensor (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ | ||
D | global_context.h | 32 class CVTensor; variable |
D | cv_tensor.cc | 27 CVTensor::CVTensor(std::shared_ptr<Tensor> tensor) : Tensor(std::move(*tensor)) { in CVTensor() function in mindspore::dataset::CVTensor |