Searched refs:tensor_ref_count (Results 1 – 1 of 1) sorted by relevance
452 std::map<int, int> tensor_ref_count; in Prepare() local467 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()