Home
last modified time | relevance | path

Searched defs:pflr (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/core/data/
Dstandalone.cc48 ProcessFunctionLibraryRuntime* pflr, DeviceMgr* device_mgr, in CreateParams()
79 auto pflr = std::make_unique<ProcessFunctionLibraryRuntime>( in FromGraph() local
168 DeviceMgr* device_mgr, ProcessFunctionLibraryRuntime* pflr, in Dataset()
Drewrite_utils.cc188 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr = nullptr; in RewriteDataset() local
Dserialization_utils.cc61 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr = nullptr; in FromGraphDef() local
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
Dkernel_fallback_compat_request_state.cc70 const tensorflow::ProcessFunctionLibraryRuntime* pflr) in KernelFallbackCompatRequestState()
108 const tensorflow::ProcessFunctionLibraryRuntime* pflr) in KernelFallbackCompatRequestState()
/external/tensorflow/tensorflow/core/tfrt/fallback/
Dfallback_state_test.cc45 const ProcessFunctionLibraryRuntime& pflr = in TEST() local
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.h84 std::shared_ptr<ProcessFunctionLibraryRuntime> pflr, in State()
110 std::shared_ptr<ProcessFunctionLibraryRuntime> pflr() { return pflr_; } in pflr() function
Diterator_ops.cc94 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr, in IteratorResource()
469 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr(nullptr); in Compute() local
524 std::unique_ptr<ProcessFunctionLibraryRuntime>* pflr) { in CreatePrivateFLR()
571 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr, in CreateResource()
788 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr(nullptr); in TryInit() local
Dcache_ops.cc81 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr, in CreateResource()
Drandom_seed_ops.cc85 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr, in CreateResource()
Ddataset_ops.cc160 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr(nullptr); in Compute() local
Dmulti_device_iterator_ops.cc82 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr, in MultiDeviceIterator()
515 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr(nullptr); in Compute() local
615 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr, in CreateResource()
/external/tensorflow/tensorflow/compiler/jit/
Dforce_xla_constants_on_host_pass.cc29 auto pflr = std::make_unique<ProcessFunctionLibraryRuntime>( in Run() local
Dget_compiler_ir.cc79 IrExportStage stage, ProcessFunctionLibraryRuntime* pflr, in GetCompilerIr()
Dpartially_decluster_pass.cc296 auto pflr = std::make_unique<ProcessFunctionLibraryRuntime>( in PartiallyDeclusterGraph() local
Dxla_cluster_util_test.cc150 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr( in GetNodesRelatedToRefVarsSorted() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc282 auto pflr = std::make_unique<ProcessFunctionLibraryRuntime>( in FunctionalizeControlFlow() local
333 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr( in Run() local
Dconst_analysis_test.cc126 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr( in TestFunctionCall() local
Dresource_util_test.cc57 auto pflr = std::make_unique<ProcessFunctionLibraryRuntime>( in AnalyzeAndVerify() local
Dtf2xla_util_test.cc297 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr( in TEST() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device_test.cc61 ProcessFunctionLibraryRuntime* pflr() const { return pflr_.get(); } in pflr() function in tensorflow::__anonc1ab0f150111::TestEnv
Dkernel_and_device.h271 FunctionLibraryRuntime* flr, ProcessFunctionLibraryRuntime* pflr, in KernelAndDeviceFunc()
Dcontext.h169 ProcessFunctionLibraryRuntime* pflr() const { return pflr_.get(); } in pflr() function
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime_test.cc219 ProcessFunctionLibraryRuntime* pflr) { in RunWithRuntime()
271 ProcessFunctionLibraryRuntime* pflr = nullptr) { in Run()
281 ProcessFunctionLibraryRuntime* pflr = nullptr) { in RunWithPackedArgs()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc264 std::unique_ptr<ProcessFunctionLibraryRuntime> pflr( in RuntimeGraphOptimizer() local
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/
Druntime_fallback_batch_tf_opkernels.cc503 const auto* pflr = in SetUpKernelFallbackCompatRequestContextForBatch() local

12