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

  /external/v8/src/wasm/
wasm-tier.h 14 kInterpreter, // interpreter (used to provide debugging services).
function-compiler.cc 25 case ExecutionTier::kInterpreter:
99 case ExecutionTier::kInterpreter:
113 case ExecutionTier::kInterpreter:
140 case ExecutionTier::kInterpreter:
memory-tracing.cc 45 case ExecutionTier::kInterpreter:
wasm-interpreter.cc     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
platform_util.cc 41 constexpr char kInterpreter[] = "interpreter";
117 if (absl::AsciiStrToLower(platforms[i]->Name()) == kInterpreter &&
118 absl::AsciiStrToLower(platforms[1 - i]->Name()) != kInterpreter) {
  /external/tensorflow/tensorflow/compiler/xla/tests/
hlo_test_base.cc 48 constexpr char kInterpreter[] = "interpreter";
52 auto result = PlatformUtil::GetPlatform(kInterpreter);
client_library_test_base.cc 40 constexpr char kInterpreter[] = "interpreter";
54 auto result = PlatformUtil::GetPlatform(kInterpreter);

Completed in 766 milliseconds