Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc243 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in Run()
Dtf2xla_util_test.cc297 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in TEST()
/external/tensorflow/tensorflow/compiler/jit/
Dpartially_decluster_pass.cc289 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in PartiallyDeclusterGraph()
Dmark_for_compilation_pass.cc457 pflr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in FindCompilationCandidates()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.h78 static const char kDefaultFLRDevice[]; variable
Dprocess_function_library_runtime.cc43 const char ProcessFunctionLibraryRuntime::kDefaultFLRDevice[] = "null"; member in tensorflow::ProcessFunctionLibraryRuntime
184 if (device_name != kDefaultFLRDevice) { in GetFLR()
Dprocess_function_library_runtime_test.cc230 proc_flr->GetFLR(ProcessFunctionLibraryRuntime::kDefaultFLRDevice); in TEST_F()
Dfunction.cc440 ? ProcessFunctionLibraryRuntime::kDefaultFLRDevice in FunctionLibraryRuntimeImpl()