Home
last modified time | relevance | path

Searched refs:kDefaultFLRDevice (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dforce_xla_constants_on_host_pass.cc33 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in Run()
Dpartially_decluster_pass.cc301 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in PartiallyDeclusterGraph()
Dxla_cluster_util_test.cc155 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in GetNodesRelatedToRefVarsSorted()
Dcompilability_check_util_test.cc102 return pflr_->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in GetFunctionLibraryRuntime()
Dmark_for_compilation_pass.cc1134 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in FindCompilationCandidates()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc290 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in FunctionalizeControlFlow()
340 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in Run()
Dconst_analysis_test.cc131 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in TestFunctionCall()
Dresource_util_test.cc61 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in AnalyzeAndVerify()
Dtf2xla_util_test.cc302 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in TEST()
Dfunctionalize_control_flow_test.cc265 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in RunTest()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h112 static const char kDefaultFLRDevice[]; variable
Dprocess_function_library_runtime.cc61 const char ProcessFunctionLibraryRuntime::kDefaultFLRDevice[] = "null"; member in tensorflow::ProcessFunctionLibraryRuntime
236 if (device_name != kDefaultFLRDevice) { in GetFLR()
Dprocess_function_library_runtime_test.cc344 proc_flr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in TEST_F()
Dfunction.cc475 ? ProcessFunctionLibraryRuntime::kDefaultFLRDevice in FunctionLibraryRuntimeImpl()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dencapsulate_tpu_computations_pass.cc2971 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in Run()
Ddistributed_tpu_rewrite_pass.cc4442 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in Run()