Home
last modified time | relevance | path

Searched refs:CreateNonCachedKernel (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dexecutor.h238 Status CreateNonCachedKernel(Device* device, FunctionLibraryRuntime* flib,
H A Dgraph_runner.cc165 return CreateNonCachedKernel(device_, function_library, props, producer, in Run()
H A Dkernel_benchmark_testlib.cc105 return CreateNonCachedKernel(device_, flr_, props, graph_def_version, in Benchmark()
H A Dsingle_threaded_executor_test.cc96 TF_RETURN_IF_ERROR(CreateNonCachedKernel(device_.get(), nullptr, in Create()
H A Dexecutor_test.cc83 return CreateNonCachedKernel(device_.get(), nullptr, props, version, in Create()
H A Dexecutor.cc1480 Status CreateNonCachedKernel(Device* device, FunctionLibraryRuntime* flib, in CreateNonCachedKernel() function
H A Dfunction.cc631 return CreateNonCachedKernel(device_, flr, props, graph_def_version_, in CreateKernel()
H A Dfunction_test.cc103 return CreateNonCachedKernel(device_.get(), nullptr, props, version, in Create()
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Ddataset_test_base.cc459 return CreateNonCachedKernel(device_.get(), this->flr_, props, version, in RunFunction()