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

Method EmitTargetElementLoop

tensorflow/compiler/xla/service/cpu/ir_emitter.cc:3260–3264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3258}
3259
3260Status IrEmitter::EmitTargetElementLoop(
3261 HloInstruction* target_op,
3262 const llvm_ir::ElementGenerator& element_generator) {
3263 return EmitTargetElementLoop(target_op, /*desc=*/"", element_generator);
3264}
3265
3266Status IrEmitter::EmitTargetElementLoop(
3267 HloInstruction* target_op, absl::string_view desc,

Callers

nothing calls this directly

Calls 14

IrArrayClass · 0.85
LoopEmitterClass · 0.85
IrNameFunction · 0.85
EmitTupleFunction · 0.85
opcodeMethod · 0.80
GetDynamicLoopBoundsMethod · 0.80
ParallelLoopEmitterClass · 0.70
ToStringMethod · 0.45
shapeMethod · 0.45
IsTupleMethod · 0.45
push_backMethod · 0.45
EmitLoopMethod · 0.45

Tested by

no test coverage detected