Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc321 class FunctionLibraryRuntimeImpl : public FunctionLibraryRuntime { class
323 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::FunctionLibraryRuntimeImpl
501 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 …]
Dprocess_function_library_runtime.h228 friend class FunctionLibraryRuntimeImpl;