Searched refs:TfLiteIndex (Results 1 – 1 of 1) sorted by relevance
76 int TfLiteIndex(int i) const { return inputs_[i]; } in TfLiteIndex() function in tflite::flex::kernel::OpInputs151 int TfLiteIndex(int i) const { return outputs_[i]; } in TfLiteIndex() function in tflite::flex::kernel::OpOutputs277 int input_index = inputs_.TfLiteIndex(i); in BuildEagerInputs()308 buffer_map->SetFromTensorFlow(outputs_.TfLiteIndex(i), *tensor); in PersistEagerOutputs()433 int output_index = node_data->outputs().TfLiteIndex(i); in Init()495 ++tensor_ref_count[node_data->inputs().TfLiteIndex(i)]; in Prepare()504 bool f = (tensor_ref_count[node_data->inputs().TfLiteIndex(i)] == 1); in Prepare()