Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dplatform_util.cc44 constexpr char kInterpreter[] = "interpreter"; variable
98 if (absl::AsciiStrToLower(platforms[i]->Name()) == kInterpreter && in GetDefaultPlatform()
99 absl::AsciiStrToLower(platforms[1 - i]->Name()) != kInterpreter) { in GetDefaultPlatform()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dhlo_test_base.cc48 constexpr char kInterpreter[] = "interpreter"; variable
52 auto result = PlatformUtil::GetPlatform(kInterpreter); in GetReferencePlatform()
Dclient_library_test_base.cc40 constexpr char kInterpreter[] = "interpreter"; variable
54 auto result = PlatformUtil::GetPlatform(kInterpreter); in GetReferencePlatform()