[tflite] make calling NNAPI work again (#16256)
calling PrepareOpsAndTensors() before using NN API looks 1. unnecessary 2. will decrease next_node_to_prepare_ so that the next next_node_to_prepare_ == nodes_and_registration_.size() will fail
Loading
Please sign in to comment