Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction.cc325 class FunctionLibraryRuntimeImpl : public FunctionLibraryRuntime { class
327 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::FunctionLibraryRuntimeImpl
511 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 …]
H A Dprocess_function_library_runtime.h236 friend class FunctionLibraryRuntimeImpl;