Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.h236 Status CreateNonCachedKernel(Device* device, FunctionLibraryRuntime* flib,
Dgraph_runner.cc165 return CreateNonCachedKernel(device_, function_library, props, producer, in Run()
Dkernel_benchmark_testlib.cc106 return CreateNonCachedKernel(device_, flr_, props, graph_def_version, in Benchmark()
Dexecutor_test.cc77 return CreateNonCachedKernel(device_.get(), nullptr, props, version, in Create()
Dexecutor.cc1364 Status CreateNonCachedKernel(Device* device, FunctionLibraryRuntime* flib, in CreateNonCachedKernel() function
Dfunction.cc626 return CreateNonCachedKernel(device_, flr, props, graph_def_version_, in CreateKernel()
Dfunction_test.cc96 return CreateNonCachedKernel(device_.get(), nullptr, props, version, in Create()
/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor_test.cc65 return CreateNonCachedKernel(device_.get(), nullptr, props, version, in Create()
Ddataset_test_base.cc454 return CreateNonCachedKernel(device_.get(), this->flr_, props, version, in RunFunction()