Home
last modified time | relevance | path

Searched defs:GetRetTypes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dfunction_cache.h60 const tensorflow::DataTypeVector& GetRetTypes() { return ret_types_; } in GetRetTypes() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dfunction.cc231 Status FunctionLibraryRuntimeOverlay::GetRetTypes(Handle h, in GetRetTypes() function in tensorflow::FunctionLibraryRuntimeOverlay
589 Status FunctionLibraryRuntimeImpl::GetRetTypes(Handle h, in GetRetTypes() function in tensorflow::FunctionLibraryRuntimeImpl
H A Dprocess_function_library_runtime.cc157 Status ProcessFunctionLibraryRuntime::GetRetTypes( in GetRetTypes() function in tensorflow::ProcessFunctionLibraryRuntime