Home
last modified time | relevance | path

Searched refs:cv_size (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dtensor_shape.cc100 TensorShape::TensorShape(cv::MatSize cv_size, uint32_t type) in TensorShape() argument
102 for (int i = 0; i < cv_size.dims(); i++) { in TensorShape()
103 raw_shape_.push_back(cv_size[i]); in TensorShape()
Dtensor_shape.h114 TensorShape(cv::MatSize cv_size, uint32_t type);
/third_party/mesa3d/src/util/
Ddisk_cache.c81 size_t cv_size = sizeof(cache_version); in disk_cache_create() local
185 cache->driver_keys_blob_size = cv_size; in disk_cache_create()
209 DRV_KEY_CPY(drv_key_blob, &cache_version, cv_size) in disk_cache_create()