Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/flex/
Dkernel.cc452 std::map<int, int> tensor_ref_count; in Prepare() local
467 tensor_ref_count[tensor_index] += 2; in Prepare()
486 ++tensor_ref_count[tensor_index]; in Prepare()
498 ++tensor_ref_count[node_data->inputs().TfLiteIndex(i)]; in Prepare()
507 bool f = (tensor_ref_count[node_data->inputs().TfLiteIndex(i)] == 1); in Prepare()