Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction.cc150 class FunctionLibraryRuntimeOverlay : public FunctionLibraryRuntime { class
152 FunctionLibraryRuntimeOverlay(FunctionLibraryRuntime* base_flr, in FunctionLibraryRuntimeOverlay() function in tensorflow::FunctionLibraryRuntimeOverlay
155 ~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 …]