Searched refs:resizeInputTensors (Results 1 – 4 of 4) sorted by relevance
87 private synchronized native boolean resizeInputTensors(long modelHandle, int[] inputShape); in resizeInputTensors() method in NNTestBase273 if (!resizeInputTensors(mModelHandle, mInputShape)) { in setupModel()
105 bool resizeInputTensors(std::vector<int> shape);
130 return model->resizeInputTensors(std::move(shape)); in Java_com_android_nn_benchmark_core_NNTestBase_resizeInputTensors()
324 bool BenchmarkModel::resizeInputTensors(std::vector<int> shape) { in resizeInputTensors() function in BenchmarkModel