Searched refs:image_buffer_memory_ (Results 1 – 2 of 2) sorted by relevance
261 image_buffer_memory_(nullptr), in Tensor()269 image_buffer_memory_(nullptr), in Tensor()277 image_buffer_memory_(image_buffer_memory), in Tensor()285 image_buffer_memory_(image_buffer_memory), in Tensor()292 image_buffer_memory_(tensor.image_buffer_memory_), in Tensor()297 tensor.image_buffer_memory_ = nullptr; in Tensor()304 std::swap(image_buffer_memory_, tensor.image_buffer_memory_); in operator =()314 if (image_buffer_memory_) { in Release()315 clReleaseMemObject(image_buffer_memory_); in Release()316 image_buffer_memory_ = nullptr; in Release()[all …]
43 : memory_(nullptr), image_buffer_memory_(nullptr), memory_owner_(true) {} in Tensor()112 cl_mem image_buffer_memory_; // for TensorStorageType::IMAGE_BUFFER only variable