Searched defs:GetBufferHandle (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/ | ||
H A D | interpreter_experimental.cc | 100 TfLiteStatus Interpreter::GetBufferHandle(int tensor_index, in GetBufferHandle() function in tflite::Interpreter |
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ | ||
H A D | metal_spatial_tensor.cc | 343 id<MTLBuffer> MetalSpatialTensor::GetBufferHandle() const { return memory_; } in GetBufferHandle() function in tflite::gpu::metal::MetalSpatialTensor |