Home
last modified time | relevance | path

Searched refs:BindToIndex (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/gl/converters/
Dphwc4_to_bhwc.cc94 RETURN_IF_ERROR(source.BindToIndex(0)); in Convert()
95 RETURN_IF_ERROR(destination->BindToIndex(1)); in Convert()
Dbhwc_to_phwc4.cc98 RETURN_IF_ERROR(source.BindToIndex(0)); in Convert()
99 RETURN_IF_ERROR(destination->BindToIndex(1)); in Convert()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dconverter.cc169 RETURN_IF_ERROR(input_ssbo.BindToIndex(0)); in Convert()
170 RETURN_IF_ERROR(output_ssbo.BindToIndex(1)); in Convert()
264 RETURN_IF_ERROR(input_ssbo.BindToIndex(0)); in Convert()
265 RETURN_IF_ERROR(output_ssbo.BindToIndex(1)); in Convert()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dgl_sync.cc108 RETURN_IF_ERROR(flag_buffer_.BindToIndex(0)); in Wait()
Dgl_buffer.cc79 absl::Status GlBuffer::BindToIndex(uint32_t index) const { in BindToIndex() function in tflite::gpu::gl::GlBuffer
Druntime.cc164 *binding_func = [=]() { return ptr->BindToIndex(binding); }; in MakeBindingFunc()
209 return ptr->BindToIndex(binding); in MakeLateBindingFunc()
Dgl_buffer.h87 absl::Status BindToIndex(uint32_t index) const;