Searched refs:resizeInputTensors (Results 1 – 4 of 4) sorted by relevance
72 bool resizeInputTensors(std::vector<int> shape);
204 bool BenchmarkModel::resizeInputTensors(std::vector<int> shape) { in resizeInputTensors() function in BenchmarkModel
83 return model->resizeInputTensors(std::move(shape)); in Java_com_android_nn_benchmark_core_NNTestBase_resizeInputTensors()
55 private synchronized native boolean resizeInputTensors(long modelHandle, int[] inputShape); in resizeInputTensors() method in NNTestBase153 resizeInputTensors(mModelHandle, mInputShape); in setupModel()