Searched refs:FunctionLibraryRuntimeImpl (Results 1 – 2 of 2) sorted by relevance
305 class FunctionLibraryRuntimeImpl : public FunctionLibraryRuntime { class307 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::FunctionLibraryRuntimeImpl464 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 …]
143 friend class FunctionLibraryRuntimeImpl;