HomeSort by relevance Sort by last modified time
    Searched defs:RunMode (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/python/autograph/impl/
api.py 108 class RunMode(Enum):
128 def do_not_convert(run_as=RunMode.GRAPH, return_dtypes=None):
134 run_as: RunMode, specifies how to use the function in TensorFlow.
137 function, if run_as is RunMode.PY_FUNC. Ignored otherwise. May be set to
154 raise NotImplementedError('RunMode.PY_FUNC does not yet support kwargs')
159 if run_as == RunMode.GRAPH:
161 elif run_as == RunMode.PY_FUNC:
  /external/deqp/execserver/
xsExecutionServer.hpp 40 enum RunMode
48 ExecutionServer (xs::TestProcess* testProcess, deSocketFamily family, int port, RunMode runMode);
61 RunMode m_runMode;
  /external/deqp/framework/common/
tcuCommandLine.hpp 41 enum RunMode
138 //! Get run mode (--deqp-runmode)
139 RunMode getRunMode (void) const;
  /external/deqp/executor/tools/
xeCommandLineExecutor.cpp 115 enum RunMode
130 RunMode runMode;
177 cmdLine.runMode = RUNMODE_START_SERVER;
182 cmdLine.runMode = RUNMODE_CONNECT;
461 if (cmdLine.runMode == RUNMODE_START_SERVER)
475 else if (cmdLine.runMode == RUNMODE_CONNECT)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DataDrivenNumberFormatTestUtility.java 102 private static enum RunMode {
125 .run(fileName, RunMode.SKIP_KNOWN_FAILURES);
140 .run(fileName, RunMode.INCLUDE_KNOWN_FAILURES);
147 new DataDrivenNumberFormatTestUtility(allowedIDs).run(fileName, RunMode.CHECK_FOR_UNKNOWN_IDS);
160 private void run(String fileName, RunMode runMode) {
227 if (runMode == RunMode.CHECK_FOR_UNKNOWN_IDS) {
244 } else if (runMode == RunMode.INCLUDE_KNOWN_FAILURES || !breaks(codeUnderTestId))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DataDrivenNumberFormatTestUtility.java 99 private static enum RunMode {
122 .run(fileName, RunMode.SKIP_KNOWN_FAILURES);
137 .run(fileName, RunMode.INCLUDE_KNOWN_FAILURES);
144 new DataDrivenNumberFormatTestUtility(allowedIDs).run(fileName, RunMode.CHECK_FOR_UNKNOWN_IDS);
157 private void run(String fileName, RunMode runMode) {
224 if (runMode == RunMode.CHECK_FOR_UNKNOWN_IDS) {
241 } else if (runMode == RunMode.INCLUDE_KNOWN_FAILURES || !breaks(codeUnderTestId))
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 1805 milliseconds