Searched refs:FunctionLibraryRuntimeImpl (Results 1 – 2 of 2) sorted by relevance
321 class FunctionLibraryRuntimeImpl : public FunctionLibraryRuntime { class323 FunctionLibraryRuntimeImpl(const DeviceMgr* dmgr, Env* env,332 ~FunctionLibraryRuntimeImpl() override;383 typedef FunctionLibraryRuntimeImpl ME;455 TF_DISALLOW_COPY_AND_ASSIGN(FunctionLibraryRuntimeImpl);458 FunctionLibraryRuntimeImpl::FunctionLibraryRuntimeImpl( in FunctionLibraryRuntimeImpl() function in tensorflow::FunctionLibraryRuntimeImpl501 FunctionLibraryRuntimeImpl::~FunctionLibraryRuntimeImpl() { in ~FunctionLibraryRuntimeImpl()570 const FunctionBody* FunctionLibraryRuntimeImpl::GetFunctionBody(Handle h) { in GetFunctionBody()584 Status FunctionLibraryRuntimeImpl::GetRetTypes(Handle h, in GetRetTypes()598 Status FunctionLibraryRuntimeImpl::CreateKernel( in CreateKernel()[all …]
228 friend class FunctionLibraryRuntimeImpl;