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