Home
last modified time | relevance | path

Searched refs:GetDefaultPlatform (Results 1 – 22 of 22) sorted by relevance

/external/perfetto/src/tracing/test/
Dplatform_unittest.cc31 Platform::GetDefaultPlatform()->GetOrCreateThreadLocalObject()); in GetTLS()
50 auto* platform = Platform::GetDefaultPlatform(); in TEST()
/external/perfetto/src/tracing/
Dplatform_fake.cc25 Platform* Platform::GetDefaultPlatform() { in GetDefaultPlatform() function in perfetto::Platform
Dplatform_posix.cc95 Platform* Platform::GetDefaultPlatform() { in GetDefaultPlatform() function in perfetto::Platform
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient_library.cc98 TF_ASSIGN_OR_RETURN(platform, PlatformUtil::GetDefaultPlatform()); in GetOrCreateLocalClient()
144 TF_ASSIGN_OR_RETURN(platform, PlatformUtil::GetDefaultPlatform()); in GetOrCreateCompileOnlyClient()
/external/tensorflow/tensorflow/compiler/xla/service/
Dplatform_util.h45 static StatusOr<se::Platform*> GetDefaultPlatform();
Dshaped_buffer_test.cc32 xla::PlatformUtil::GetDefaultPlatform()); in TEST()
48 PlatformUtil::GetDefaultPlatform().ValueOrDie()) {} in TestAllocator()
Dcompile_only_service.cc50 TF_ASSIGN_OR_RETURN(platform, PlatformUtil::GetDefaultPlatform()); in NewService()
Dplatform_util.cc88 /* static */ StatusOr<se::Platform*> PlatformUtil::GetDefaultPlatform() { in GetDefaultPlatform() function in xla::PlatformUtil
Dbackend.cc102 PlatformUtil::GetDefaultPlatform()); in CreateDefaultBackend()
Dlocal_service.cc52 TF_ASSIGN_OR_RETURN(platform, PlatformUtil::GetDefaultPlatform()); in NewService()
Dservice.cc146 TF_ASSIGN_OR_RETURN(platform, PlatformUtil::GetDefaultPlatform()); in NewService()
/external/perfetto/include/perfetto/tracing/
Dplatform.h57 static Platform* GetDefaultPlatform();
/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc196 PlatformUtil::GetDefaultPlatform()); in XLA_TEST_F()
275 PlatformUtil::GetDefaultPlatform()); in XLA_TEST_F()
Dlocal_client_test_base.cc105 platform == nullptr ? PlatformUtil::GetDefaultPlatform().ValueOrDie() in GetOrCreateAllocator()
Dhlo_test_base.cc58 auto result = PlatformUtil::GetDefaultPlatform(); in GetTestPlatform()
Ddynamic_ops_test.cc754 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie(); in BM_DynamicSlice()
Dlocal_client_execute_test.cc950 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie(); in BM_LocalClientOverhead()
Dcpu_gpu_fusion_test.cc830 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie(); in BM_ParallelFusion()
Dwhile_test.cc1265 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie(); in BM_WhileLoop()
Ddot_operation_test.cc1814 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie(); in DOT_ReorderContracting()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_jit_compiled_cpu_function_test.cc349 EXPECT_THAT(xla::PlatformUtil::GetDefaultPlatform().status().error_message(), in TEST()
/external/perfetto/src/tracing/internal/
Dtracing_muxer_impl.cc695 : Platform::GetDefaultPlatform()) { in TracingMuxerImpl()