Searched refs:FunctionLibraryRuntimeOverlay (Results 1 – 1 of 1) sorted by relevance
150 class FunctionLibraryRuntimeOverlay : public FunctionLibraryRuntime { class152 FunctionLibraryRuntimeOverlay(FunctionLibraryRuntime* base_flr, in FunctionLibraryRuntimeOverlay() function in tensorflow::FunctionLibraryRuntimeOverlay155 ~FunctionLibraryRuntimeOverlay() override;207 FunctionLibraryRuntimeOverlay::~FunctionLibraryRuntimeOverlay() = default;209 Status FunctionLibraryRuntimeOverlay::Instantiate( in Instantiate()223 Status FunctionLibraryRuntimeOverlay::ReleaseHandle(Handle handle) { in ReleaseHandle()227 const FunctionBody* FunctionLibraryRuntimeOverlay::GetFunctionBody(Handle h) { in GetFunctionBody()231 Status FunctionLibraryRuntimeOverlay::GetRetTypes(Handle h, in GetRetTypes()236 void FunctionLibraryRuntimeOverlay::Run(const Options& opts, Handle handle, in Run()243 void FunctionLibraryRuntimeOverlay::Run(const Options& opts, Handle handle, in Run()[all …]