Home
last modified time | relevance | path

Searched defs:GetFunctionBody (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.cc232 const FunctionBody* FunctionLibraryRuntimeOverlay::GetFunctionBody(Handle h) { in GetFunctionBody() function in tensorflow::FunctionLibraryRuntimeOverlay
518 const FunctionBody* FunctionLibraryRuntimeImpl::GetFunctionBody(Handle h) { in GetFunctionBody() function in tensorflow::FunctionLibraryRuntimeImpl
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc469 static Status GetFunctionBody(const NameAttrList& function, in GetFunctionBody() function