Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Dbuffer_map.cc52 SetTfTensorFromTfLite(tensor, &id_to_tensor_[tensor_index], allow_reusing) in SetFromTfLite()
H A Dbuffer_map_util.h98 tensorflow::Status SetTfTensorFromTfLite(const TfLiteTensor* tensor,
H A Dbuffer_map_util.cc134 tensorflow::Status SetTfTensorFromTfLite(const TfLiteTensor* tensor, in SetTfTensorFromTfLite() function
H A Dtflite_subgraph_execute.cc221 ctx, tflite::flex::SetTfTensorFromTfLite(subgraph_output, &tensor, in CopyTFLiteSubgraphResult()