Searched refs:FunctionLibraryRuntimeOverlay (Results 1 – 1 of 1) sorted by relevance
146 class FunctionLibraryRuntimeOverlay : public FunctionLibraryRuntime { class148 FunctionLibraryRuntimeOverlay(FunctionLibraryRuntime* base_flr, in FunctionLibraryRuntimeOverlay() function in tensorflow::FunctionLibraryRuntimeOverlay151 ~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 …]