Home
last modified time | relevance | path

Searched refs:texture_mem_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor.cc177 texture_mem_(texture), in MetalSpatialTensor()
190 texture_mem_(texture), in MetalSpatialTensor()
198 texture_mem_(tensor.texture_mem_), in MetalSpatialTensor()
210 std::swap(texture_mem_, tensor.texture_mem_); in operator =()
223 if (texture_mem_owner_ && texture_mem_) { in Release()
224 texture_mem_ = nullptr; in Release()
249 resources->images2d.push_back({"tex2d", texture_mem_}); in GetGPUResources()
283 resources->images2d.push_back({"image2d", texture_mem_}); in GetGPUResources()
285 resources->images3d.push_back({"image3d", texture_mem_}); in GetGPUResources()
287 resources->image2d_arrays.push_back({"image2d_array", texture_mem_}); in GetGPUResources()
[all …]
Dmetal_spatial_tensor.h35 texture_mem_(nullptr), in MetalSpatialTensor()
99 id<MTLTexture> texture_mem_; variable