Home
last modified time | relevance | path

Searched refs:EnsureTensorDataIsReadable (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dwhile.cc364 cond_subgraph->EnsureTensorDataIsReadable(cond_subgraph_output_index); in Eval_cond_subgraph()
457 body_subgraph->EnsureTensorDataIsReadable(tensor_index); in Eval_dynamic()
560 body_subgraph->EnsureTensorDataIsReadable(tensor_index); in Eval_static()
H A Dif.cc179 active_branch_subgraph.EnsureTensorDataIsReadable(tensor_index); in Eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/
H A Dinterpreter_utils.cc41 TF_LITE_ENSURE_STATUS(interpreter->EnsureTensorDataIsReadable(i)); in InvokeWithCPUFallback()
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter.h578 TfLiteStatus EnsureTensorDataIsReadable(int tensor_index) { in EnsureTensorDataIsReadable() function
579 return primary_subgraph().EnsureTensorDataIsReadable(tensor_index); in EnsureTensorDataIsReadable()
H A Dsignature_runner.cc78 TF_LITE_ENSURE_STATUS(subgraph_->EnsureTensorDataIsReadable(tensor_index)); in Invoke()
H A Dinterpreter.cc237 primary_subgraph().EnsureTensorDataIsReadable(tensor_index)); in Invoke()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Dtflite_subgraph_execute.cc208 subgraph_selected.EnsureTensorDataIsReadable( in CopyTFLiteSubgraphResult()
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dcall.cc268 subgraph->EnsureTensorDataIsReadable(tensor_index); in Eval()
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.h289 TfLiteStatus EnsureTensorDataIsReadable(int tensor_index) { in EnsureTensorDataIsReadable() function
H A Dsubgraph.cc1283 TF_LITE_ENSURE_STATUS(EnsureTensorDataIsReadable(tensor_index)); in Invoke()
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dinterpreter_wrapper.cc286 subgraph->EnsureTensorDataIsReadable(tensor_index); in Invoke()
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/
H A Dgpu_advanced.md445 `Interpreter::EnsureTensorDataIsReadable()` for each output tensor.