Searched refs:FunctionLibraryRuntimeImpl (Results 1 – 2 of 2) sorted by relevance
325 class FunctionLibraryRuntimeImpl : public FunctionLibraryRuntime { class327 FunctionLibraryRuntimeImpl(const DeviceMgr* dmgr, Env* env,336 ~FunctionLibraryRuntimeImpl() override;387 typedef FunctionLibraryRuntimeImpl ME;463 TF_DISALLOW_COPY_AND_ASSIGN(FunctionLibraryRuntimeImpl);466 FunctionLibraryRuntimeImpl::FunctionLibraryRuntimeImpl( in FunctionLibraryRuntimeImpl() function in tensorflow::FunctionLibraryRuntimeImpl511 FunctionLibraryRuntimeImpl::~FunctionLibraryRuntimeImpl() { in ~FunctionLibraryRuntimeImpl()575 const FunctionBody* FunctionLibraryRuntimeImpl::GetFunctionBody(Handle h) { in GetFunctionBody()589 Status FunctionLibraryRuntimeImpl::GetRetTypes(Handle h, in GetRetTypes()603 Status FunctionLibraryRuntimeImpl::CreateKernel( in CreateKernel()[all …]
236 friend class FunctionLibraryRuntimeImpl;