Home
last modified time | relevance | path

Searched refs:allow_buffer_handle_output (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_api_experimental.cc99 bool allow_buffer_handle_output) { in TfLiteSetAllowBufferHandleOutput() argument
100 interpreter->impl->SetAllowBufferHandleOutput(allow_buffer_handle_output); in TfLiteSetAllowBufferHandleOutput()
H A Dc_api_experimental.h198 const TfLiteInterpreter* interpreter, bool allow_buffer_handle_output);
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter.h644 void SetAllowBufferHandleOutput(bool allow_buffer_handle_output) { in SetAllowBufferHandleOutput() argument
645 allow_buffer_handle_output_ = allow_buffer_handle_output; in SetAllowBufferHandleOutput()
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api_experimental.h248 const TfLiteInterpreter* interpreter, bool allow_buffer_handle_output);