Searched refs:CreateKernel (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function.cc | 161 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()
|
D | direct_session.cc | 1216 return lib->CreateKernel(ndef, kernel); in GetOrCreateExecutors() 1219 return lib->CreateKernel(ndef, kernel); in GetOrCreateExecutors()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.cc | 239 return lib->CreateKernel(ndef, kernel); in InitItem() 242 return lib->CreateKernel(ndef, kernel); in InitItem()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | graph_compiler.cc | 109 Status s = flib_->CreateKernel(n->def(), &op_kernel_raw); in Compile()
|
/external/tensorflow/tensorflow/c/eager/ |
D | runtime.cc | 256 Status s = flib->CreateKernel(ndef, &k); in Init()
|
/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 510 virtual Status CreateKernel(const NodeDef& ndef, OpKernel** kernel) = 0;
|