Home
last modified time | relevance | path

Searched refs:CreateKernel (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc161 Status CreateKernel(const NodeDef& ndef, OpKernel** kernel) override;
225 Status CreateKernel(const NodeDef& ndef,
267 return CreateKernel(ndef, kernel); in FunctionLibraryRuntimeImpl()
345 Status FunctionLibraryRuntimeImpl::CreateKernel(const NodeDef& ndef, in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl
347 return CreateKernel(ndef, base_lib_def_, kernel); in CreateKernel()
350 Status FunctionLibraryRuntimeImpl::CreateKernel( in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl
626 return CreateKernel(ndef, lib_def, kernel); in CreateItem()
Ddirect_session.cc1216 return lib->CreateKernel(ndef, kernel); in GetOrCreateExecutors()
1219 return lib->CreateKernel(ndef, kernel); in GetOrCreateExecutors()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc239 return lib->CreateKernel(ndef, kernel); in InitItem()
242 return lib->CreateKernel(ndef, kernel); in InitItem()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler.cc109 Status s = flib_->CreateKernel(n->def(), &op_kernel_raw); in Compile()
/external/tensorflow/tensorflow/c/eager/
Druntime.cc256 Status s = flib->CreateKernel(ndef, &k); in Init()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h510 virtual Status CreateKernel(const NodeDef& ndef, OpKernel** kernel) = 0;