Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc146 class FunctionLibraryRuntimeOverlay : public FunctionLibraryRuntime { class
148 FunctionLibraryRuntimeOverlay(FunctionLibraryRuntime* base_flr, in FunctionLibraryRuntimeOverlay() function in tensorflow::FunctionLibraryRuntimeOverlay
151 ~FunctionLibraryRuntimeOverlay() override;
203 FunctionLibraryRuntimeOverlay::~FunctionLibraryRuntimeOverlay() = default;
205 Status FunctionLibraryRuntimeOverlay::Instantiate( in Instantiate()
219 Status FunctionLibraryRuntimeOverlay::ReleaseHandle(Handle handle) { in ReleaseHandle()
223 const FunctionBody* FunctionLibraryRuntimeOverlay::GetFunctionBody(Handle h) { in GetFunctionBody()
227 Status FunctionLibraryRuntimeOverlay::GetRetTypes(Handle h, in GetRetTypes()
232 void FunctionLibraryRuntimeOverlay::Run(const Options& opts, Handle handle, in Run()
239 void FunctionLibraryRuntimeOverlay::Run(const Options& opts, Handle handle, in Run()
[all …]