Home
last modified time | relevance | path

Searched refs:flr_ (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dxla_kernel_creator_test.cc81 flr_ = pflr_->GetFLR("/job:localhost/replica:0/task:0/cpu:0"); in Init()
84 FunctionLibraryRuntime* flr_; member in tensorflow::XlaKernelCreatorTest
110 Status status = xla_kernel_creator.CreateKernel(flr_, callsite, &kernel_); in TEST_F()
133 xla_kernel_creator.CreateKernel(flr_, ToNodeProperties(R"proto( in TEST_F()
150 xla_kernel_creator.CreateKernel(flr_, ToNodeProperties(R"proto( in TEST_F()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device_test.cc56 flr_ = pflr_->GetFLR("/job:a/replica:0/task:0/device:CPU:0");
57 CHECK(flr_ != nullptr);
60 FunctionLibraryRuntime* function_library_runtime() const { return flr_; } in function_library_runtime()
67 FunctionLibraryRuntime* flr_; member in tensorflow::__anon9d2e75500111::TestEnv
Dkernel_and_device.cc104 if (flr_ == nullptr) { in Init()
111 ndef, flr_->GetFunctionLibraryDefinition(), &props)); in Init()
112 TF_RETURN_IF_ERROR(flr_->CreateKernel(props, &k)); in Init()
138 if (flr_ == nullptr) { in InstantiateFunc()
146 function_def = flr_->GetFunctionLibraryDefinition()->Find(ndef.op()); in InstantiateFunc()
256 params.function_library = flr_; in Run()
Dkernel_and_device.h119 flr_(flr), in KernelAndDevice()
182 FunctionLibraryRuntime* const flr_; // can be null variable
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h152 CachedFunctionHandles(FunctionLibraryRuntime* flr) : flr_(flr) {} in CachedFunctionHandles()
167 FunctionLibraryRuntime* flr_;
Dtf2xla_util.cc697 TF_RETURN_IF_ERROR(flr_->Instantiate(func_name, attrs, handle)); in GetOrInstantiate()
705 result.Update(flr_->ReleaseHandle(iter.second)); in ReleaseAllHandles()
/external/tensorflow/tensorflow/core/kernels/data/
Diterator_ops.h83 flr_(flr), in State()
98 FunctionLibraryRuntime* flr() { return flr_; } in flr()
116 FunctionLibraryRuntime* flr_ = nullptr; // not owned variable
Dmulti_device_iterator_ops.cc67 flr_(flr), in MultiDeviceIterator()
70 DCHECK(flr_ != nullptr); in MultiDeviceIterator()
106 params.flr = flr_; in GetNextFromShard()
138 return flr_; in flr()
381 FunctionLibraryRuntime* const flr_ = nullptr; // not owned. member in tensorflow::data::__anond56f2ce10111::MultiDeviceIterator
Ddataset_test_base.cc310 node_def, flr_->GetFunctionLibraryDefinition(), &props)); in CreateOpKernel()
312 device_type_, device_.get(), allocator_, flr_, in CreateOpKernel()
355 function_handle_cache_ = absl::make_unique<FunctionHandleCache>(flr_); in CreateIteratorContext()
412 flr_ = pflr_->GetFLR("/job:localhost/replica:0/task:0/cpu:0"); in InitFunctionLibraryRuntime()
449 params.function_library = flr_; in RunFunction()
454 return CreateNonCachedKernel(device_.get(), this->flr_, props, version, in RunFunction()
498 params->function_library = flr_; in CreateOpKernelContext()
Ddataset_test_base.h764 FunctionLibraryRuntime* flr_; // Owned by `pflr_`. variable
/external/tensorflow/tensorflow/core/common_runtime/
Dkernel_benchmark_testlib.cc98 flr_ = pflr_->GetFLR(device_->name()); in Benchmark()
102 params.function_library = flr_; in Benchmark()
106 return CreateNonCachedKernel(device_, flr_, props, graph_def_version, in Benchmark()
Dkernel_benchmark_testlib.h96 FunctionLibraryRuntime* flr_; // Not owned. variable