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

Method function

tensorflow/compiler/xla/service/cpu/ir_function.h:71–71  ·  view source on GitHub ↗

Returns the encapculated llvm::Function.

Source from the content-addressed store, hash-verified

69
70 // Returns the encapculated llvm::Function.
71 llvm::Function* function() { return function_; }
72
73 // Get the llvm::Value* that represents this functions "retval" argument.
74 llvm::Argument* result_arg() { return result_arg_; }

Callers 15

ValidateSavedTensorsFunction · 0.45
SummarizeGraphFunction · 0.45
mainFunction · 0.45
_applyMethod · 0.45
testKerasLSTMMethod · 0.45
testConcreteFuncMethod · 0.45
testFloatMethod · 0.45

Calls

no outgoing calls

Tested by 15

_applyMethod · 0.36
testKerasLSTMMethod · 0.36
testConcreteFuncMethod · 0.36
testFloatMethod · 0.36
testGraphDebugInfoMethod · 0.36
testConstModelMethod · 0.36
testGraphDebugInfoMethod · 0.36