Home
last modified time | relevance | path

Searched refs:FunctionLibraryRuntimeImpl (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc305 class FunctionLibraryRuntimeImpl : public FunctionLibraryRuntime { class
307 FunctionLibraryRuntimeImpl(const DeviceMgr* dmgr, Env* env, Device* device,
315 ~FunctionLibraryRuntimeImpl() override;
360 typedef FunctionLibraryRuntimeImpl ME;
421 TF_DISALLOW_COPY_AND_ASSIGN(FunctionLibraryRuntimeImpl);
424 FunctionLibraryRuntimeImpl::FunctionLibraryRuntimeImpl( in FunctionLibraryRuntimeImpl() function in tensorflow::FunctionLibraryRuntimeImpl
464 FunctionLibraryRuntimeImpl::~FunctionLibraryRuntimeImpl() {} in ~FunctionLibraryRuntimeImpl()
518 const FunctionBody* FunctionLibraryRuntimeImpl::GetFunctionBody(Handle h) { in GetFunctionBody()
532 Status FunctionLibraryRuntimeImpl::CreateKernel(const NodeDef& ndef, in CreateKernel()
537 Status FunctionLibraryRuntimeImpl::CreateKernel( in CreateKernel()
[all …]
Dprocess_function_library_runtime.h143 friend class FunctionLibraryRuntimeImpl;