Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Dkernel.cc553 std::map<int, int> tensor_ref_count; in Prepare() local
568 tensor_ref_count[tensor_index] += 2; in Prepare()
587 ++tensor_ref_count[tensor_index]; in Prepare()
599 ++tensor_ref_count[node_data->inputs().TfLiteIndex(i)]; in Prepare()
608 bool f = (tensor_ref_count[node_data->inputs().TfLiteIndex(i)] == 1); in Prepare()