Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc166 class FunctionLibraryRuntimeOverlay : public FunctionLibraryRuntime { class
168 FunctionLibraryRuntimeOverlay( in FunctionLibraryRuntimeOverlay() function in tensorflow::FunctionLibraryRuntimeOverlay
172 ~FunctionLibraryRuntimeOverlay() override;
212 FunctionLibraryRuntimeOverlay::~FunctionLibraryRuntimeOverlay() = default;
214 Status FunctionLibraryRuntimeOverlay::Instantiate( in Instantiate()
228 Status FunctionLibraryRuntimeOverlay::ReleaseHandle(Handle handle) { in ReleaseHandle()
232 const FunctionBody* FunctionLibraryRuntimeOverlay::GetFunctionBody(Handle h) { in GetFunctionBody()
236 void FunctionLibraryRuntimeOverlay::Run(const Options& opts, Handle handle, in Run()
243 void FunctionLibraryRuntimeOverlay::Run(const Options& opts, Handle handle, in Run()
249 Status FunctionLibraryRuntimeOverlay::CreateKernel(const NodeDef&, OpKernel**) { in CreateKernel()
[all …]