Home
last modified time | relevance | path

Searched refs:GRAPH_SIZE (Results 1 – 1 of 1) sorted by relevance

/test/mlts/benchmark/src/com/android/nn/crashtest/core/test/
DRandomGraphTest.java94 public static final String GRAPH_SIZE = "graph_size"; field in RandomGraphTest
115 intent.putExtra(GRAPH_SIZE, graphSize); in intentInitializer()
129 copyFrom.getIntExtra(RandomGraphTest.GRAPH_SIZE, in intentInitializer()
170 mGraphSize = configParams.getIntExtra(GRAPH_SIZE, DEFAULT_GRAPH_SIZE); in init()