Searched defs:FunctionBody (Results 1 – 6 of 6) sorted by relevance
75 struct FunctionBody { struct84 FunctionBody() {} in FunctionBody() argument
1919 FunctionBody::FunctionBody(const FunctionDef& f, DataTypeSlice arg_t, in FunctionBody() function in tensorflow::FunctionBody
34 struct FunctionBody { struct40 FunctionBody(FunctionSig* sig, uint32_t offset, const byte* start, in FunctionBody() argument
408 Vec FunctionBody, ExceptionTable; member
347 void *FunctionBody; // Beginning of the function's allocation. member
5014 def FunctionBody(self, number_of_lines): member in CheckForFunctionLengthsTest