MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetFunctionBody

Method GetFunctionBody

tensorflow/core/common_runtime/function.cc:236–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234}
235
236const FunctionBody* FunctionLibraryRuntimeOverlay::GetFunctionBody(Handle h) {
237 return base_flr_->GetFunctionBody(h);
238}
239
240Status FunctionLibraryRuntimeOverlay::GetRetTypes(Handle h,
241 DataTypeVector* ret_types) {

Callers 15

GetFunctionBodyFunction · 0.80
TESTFunction · 0.80
GetFunctionBodyFunction · 0.80
GetFunctionBodiesFunction · 0.80
PropagateThroughCallOpFunction · 0.80
IsCompilableCallMethod · 0.80
CompileMethod · 0.80
FallbackToTFMethod · 0.80
FunctionDefToGraphDefFunction · 0.80

Calls 3

GetHandleOnDeviceMethod · 0.80
findMethod · 0.45
endMethod · 0.45

Tested by 4

TESTFunction · 0.64
GetFuncBodyMethod · 0.64
GetGradBodyMethod · 0.64