Searched defs:TEST_OPTIONS (Results 1 – 5 of 5) sorted by relevance
64 private static final InterpreterApi.Options TEST_OPTIONS = field in InterpreterApiTest74 try (InterpreterApi interpreter = InterpreterApi.create(MODEL_BUFFER, TEST_OPTIONS)) { in testInterpreter() argument179 try (InterpreterApi interpreter = InterpreterApi.create(new File(MODEL_PATH), TEST_OPTIONS)) { in testRunWithFileModel() argument197 try (InterpreterApi interpreter = InterpreterApi.create(byteBuffer, TEST_OPTIONS)) { in testRunWithDirectByteBufferModel() argument229 try (InterpreterApi interpreter = InterpreterApi.create(MODEL_BUFFER, TEST_OPTIONS)) { in testRun() argument246 try (InterpreterApi interpreter = InterpreterApi.create(MODEL_BUFFER, TEST_OPTIONS)) { in testRunWithBoxedInputs() argument262 InterpreterApi.create(MULTIPLE_INPUTS_MODEL_BUFFER, TEST_OPTIONS)) { in testRunForMultipleInputsOutputs() argument298 try (InterpreterApi interpreter = InterpreterApi.create(MODEL_BUFFER, TEST_OPTIONS)) { in testRunWithByteBufferOutput() argument311 try (InterpreterApi interpreter = InterpreterApi.create(MODEL_BUFFER, TEST_OPTIONS)) { in testRunWithScalarInput() argument319 try (InterpreterApi interpreter = InterpreterApi.create(MODEL_BUFFER, TEST_OPTIONS)) { in testResizeInput() argument[all …]
14 set(TEST_OPTIONS "@TEST_OPTIONS@") variable
27 TEST_OPTIONS = { variable
31 private static JPDATestOptions TEST_OPTIONS = new JPDATestOptions(); field in AllTests
786 set(TEST_OPTIONS "${_PAT_OPTIONS}") variable