/external/perfetto/src/tracing/test/ |
D | platform_unittest.cc | 31 Platform::GetDefaultPlatform()->GetOrCreateThreadLocalObject()); in GetTLS() 50 auto* platform = Platform::GetDefaultPlatform(); in TEST()
|
/external/perfetto/src/tracing/ |
D | platform_fake.cc | 25 Platform* Platform::GetDefaultPlatform() { in GetDefaultPlatform() function in perfetto::Platform
|
D | platform_posix.cc | 95 Platform* Platform::GetDefaultPlatform() { in GetDefaultPlatform() function in perfetto::Platform
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | client_library.cc | 98 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/ |
D | platform_util.h | 45 static StatusOr<se::Platform*> GetDefaultPlatform();
|
D | shaped_buffer_test.cc | 32 xla::PlatformUtil::GetDefaultPlatform()); in TEST() 48 PlatformUtil::GetDefaultPlatform().ValueOrDie()) {} in TestAllocator()
|
D | compile_only_service.cc | 50 TF_ASSIGN_OR_RETURN(platform, PlatformUtil::GetDefaultPlatform()); in NewService()
|
D | platform_util.cc | 88 /* static */ StatusOr<se::Platform*> PlatformUtil::GetDefaultPlatform() { in GetDefaultPlatform() function in xla::PlatformUtil
|
D | backend.cc | 102 PlatformUtil::GetDefaultPlatform()); in CreateDefaultBackend()
|
D | local_service.cc | 52 TF_ASSIGN_OR_RETURN(platform, PlatformUtil::GetDefaultPlatform()); in NewService()
|
D | service.cc | 146 TF_ASSIGN_OR_RETURN(platform, PlatformUtil::GetDefaultPlatform()); in NewService()
|
/external/perfetto/include/perfetto/tracing/ |
D | platform.h | 57 static Platform* GetDefaultPlatform();
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | xla_hlo_profile_test.cc | 196 PlatformUtil::GetDefaultPlatform()); in XLA_TEST_F() 275 PlatformUtil::GetDefaultPlatform()); in XLA_TEST_F()
|
D | local_client_test_base.cc | 105 platform == nullptr ? PlatformUtil::GetDefaultPlatform().ValueOrDie() in GetOrCreateAllocator()
|
D | hlo_test_base.cc | 58 auto result = PlatformUtil::GetDefaultPlatform(); in GetTestPlatform()
|
D | dynamic_ops_test.cc | 754 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie(); in BM_DynamicSlice()
|
D | local_client_execute_test.cc | 950 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie(); in BM_LocalClientOverhead()
|
D | cpu_gpu_fusion_test.cc | 830 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie(); in BM_ParallelFusion()
|
D | while_test.cc | 1265 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie(); in BM_WhileLoop()
|
D | dot_operation_test.cc | 1814 se::Platform* platform = PlatformUtil::GetDefaultPlatform().ValueOrDie(); in DOT_ReorderContracting()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_jit_compiled_cpu_function_test.cc | 349 EXPECT_THAT(xla::PlatformUtil::GetDefaultPlatform().status().error_message(), in TEST()
|
/external/perfetto/src/tracing/internal/ |
D | tracing_muxer_impl.cc | 695 : Platform::GetDefaultPlatform()) { in TracingMuxerImpl()
|