Home
last modified time | relevance | path

Searched defs:FunctionBody (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dfunction.h75 struct FunctionBody { struct
84 FunctionBody() {} in FunctionBody() argument
Dfunction.cc1919 FunctionBody::FunctionBody(const FunctionDef& f, DataTypeSlice arg_t, in FunctionBody() function in tensorflow::FunctionBody
/external/v8/src/wasm/
Dfunction-body-decoder.h34 struct FunctionBody { struct
40 FunctionBody(FunctionSig* sig, uint32_t offset, const byte* start, in FunctionBody() argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp408 Vec FunctionBody, ExceptionTable; member
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp347 void *FunctionBody; // Beginning of the function's allocation. member
/external/google-styleguide/cpplint/
Dcpplint_unittest.py5014 def FunctionBody(self, number_of_lines): member in CheckForFunctionLengthsTest