Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Dtflite_subgraph_execute.cc67 : OpKernel(ctx), tfl_tensors_need_allocation_(true) {} in TfLiteSubgraphExecute()
94 if (tfl_tensors_need_allocation_) { in Compute()
97 tfl_tensors_need_allocation_ = false; in Compute()
132 tfl_tensors_need_allocation_ = true; in ResizeInputTensor()
228 bool tfl_tensors_need_allocation_; member in tensorflow::TfLiteSubgraphExecute