Home
last modified time | relevance | path

Searched defs:TEST_OPTIONS (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/java/src/test/java/org/tensorflow/lite/
DInterpreterApiTest.java64 private static final InterpreterApi.Options TEST_OPTIONS = field in InterpreterApiTest
74 try (InterpreterApi interpreter = InterpreterApi.create(MODEL_BUFFER, TEST_OPTIONS)) { in testInterpreter() argument
179 try (InterpreterApi interpreter = InterpreterApi.create(new File(MODEL_PATH), TEST_OPTIONS)) { in testRunWithFileModel() argument
197 try (InterpreterApi interpreter = InterpreterApi.create(byteBuffer, TEST_OPTIONS)) { in testRunWithDirectByteBufferModel() argument
229 try (InterpreterApi interpreter = InterpreterApi.create(MODEL_BUFFER, TEST_OPTIONS)) { in testRun() argument
246 try (InterpreterApi interpreter = InterpreterApi.create(MODEL_BUFFER, TEST_OPTIONS)) { in testRunWithBoxedInputs() argument
262 InterpreterApi.create(MULTIPLE_INPUTS_MODEL_BUFFER, TEST_OPTIONS)) { in testRunForMultipleInputsOutputs() argument
298 try (InterpreterApi interpreter = InterpreterApi.create(MODEL_BUFFER, TEST_OPTIONS)) { in testRunWithByteBufferOutput() argument
311 try (InterpreterApi interpreter = InterpreterApi.create(MODEL_BUFFER, TEST_OPTIONS)) { in testRunWithScalarInput() argument
319 try (InterpreterApi interpreter = InterpreterApi.create(MODEL_BUFFER, TEST_OPTIONS)) { in testResizeInput() argument
[all …]
/external/libpng/scripts/cmake/
Dtest.cmake.in14 set(TEST_OPTIONS "@TEST_OPTIONS@") variable
/external/tensorflow/tensorflow/python/profiler/internal/
Dprint_model_analysis_test.py27 TEST_OPTIONS = { variable
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DAllTests.java31 private static JPDATestOptions TEST_OPTIONS = new JPDATestOptions(); field in AllTests
/external/libpng/
DCMakeLists.txt786 set(TEST_OPTIONS "${_PAT_OPTIONS}") variable