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

  /external/tensorflow/tensorflow/compiler/xla/tests/
sample_file_test.cc 38 /*test_platform=*/PlatformUtil::GetPlatform("gpu").ValueOrDie(),
39 /*reference_platform=*/PlatformUtil::GetPlatform("cpu")
hlo_test_base.cc 52 auto result = PlatformUtil::GetPlatform(kInterpreter);
  /external/tensorflow/tensorflow/compiler/xla/service/
platform_util.h 54 static StatusOr<perftools::gputools::Platform*> GetPlatform(
platform_util.cc 145 /*static*/ StatusOr<se::Platform*> PlatformUtil::GetPlatform(
  /external/libmojo/third_party/catapult/devil/devil/
devil_env.py 131 return self._dm.FetchPath(dependency, GetPlatform(arch, device))
136 return self._dm.LocalPath(dependency, GetPlatform(arch, device))
139 def GetPlatform(arch=None, device=None):
  /external/chromium-trace/catapult/devil/devil/android/tools/
script_common.py 25 'adb', devil_env.GetPlatform(), args.adb_path))
unlock_bootloader.py 132 'adb', devil_env.GetPlatform(), args.adb_path))
  /external/chromium-trace/catapult/devil/devil/
devil_env.py 175 return self._dm.FetchPath(dependency, GetPlatform(arch, device))
180 return self._dm.LocalPath(dependency, GetPlatform(arch, device))
184 GetPlatform(arch, device), dependencies=dependencies)
187 def GetPlatform(arch=None, device=None):
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_context.h 64 WideString GetPlatform() override;
cpdfxfa_context.cpp 223 WideString CPDFXFA_Context::GetPlatform() {
224 return m_pFormFillEnv ? m_pFormFillEnv->GetPlatform() : L"";
  /external/pdfium/xfa/fxfa/
fxfa.h 119 virtual WideString GetPlatform() = 0;
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_compatibility_devicetest.py 53 devil_env.GetPlatform(): {
  /external/chromium-trace/catapult/systrace/systrace/
run_systrace.py 130 devil_env.GetPlatform(): {
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
device_recovery.py 180 devil_env.GetPlatform(): {
device_status.py 271 devil_env.GetPlatform(): {
  /external/pdfium/fpdfsdk/
cpdfsdk_formfillenvironment.h 138 WideString GetPlatform();
cpdfsdk_formfillenvironment.cpp 353 WideString CPDFSDK_FormFillEnvironment::GetPlatform() {
  /external/pdfium/fxjs/xfa/
cjx_hostpseudomodel.cpp 160 pNotify->GetAppProvider()->GetPlatform().UTF8Encode().AsStringView());
  /external/v8/tools/
run_perf.py 617 def GetPlatform(options):
    [all...]
  /external/pdfium/fxjs/
cjs_app.cpp 170 WideString platfrom = pFormFillEnv->GetPlatform();
  /external/python/cpython2/PC/os2vacpp/
makefile.omk 74 GetPlatform.obj \
    [all...]
makefile 109 $(PATHOBJ)\GetPlatform.obj \
    [all...]

Completed in 526 milliseconds