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

Method LoopEmitter

tensorflow/compiler/xla/service/llvm_ir/loop_emitter.cc:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32namespace llvm_ir {
33
34LoopEmitter::LoopEmitter(const BodyEmitter& body_emitter, const Shape& shape,
35 llvm::IRBuilder<>* b)
36 : body_emitter_(body_emitter), shape_(shape), b_(b) {}
37
38LoopEmitter::LoopEmitter(const ElementGenerator& target_element_generator,
39 const IrArray& target_array, llvm::IRBuilder<>* b)

Callers

nothing calls this directly

Calls 7

EmitWriteArrayElementMethod · 0.80
TF_ASSIGN_OR_RETURNFunction · 0.50
GetShapeMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
ShortDebugStringMethod · 0.45

Tested by

no test coverage detected