Home
last modified time | relevance | path

Searched refs:EmitTargetElementLoop (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_nested.h69 Status EmitTargetElementLoop(
Dir_emitter.h134 virtual Status EmitTargetElementLoop(
Dir_emitter_nested.cc179 Status IrEmitterNested::EmitTargetElementLoop( in EmitTargetElementLoop() function in xla::gpu::IrEmitterNested
Dir_emitter.cc88 return EmitTargetElementLoop( in DefaultAction()
568 return EmitTargetElementLoop(*fusion, generator); in HandleFusion()
Dir_emitter_unnested.h229 Status EmitTargetElementLoop(
Dir_emitter_unnested.cc3348 Status IrEmitterUnnested::EmitTargetElementLoop( in EmitTargetElementLoop() function in xla::gpu::IrEmitterUnnested
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h331 Status EmitTargetElementLoop(
334 Status EmitTargetElementLoop(
Dir_emitter.cc725 TF_RETURN_IF_ERROR(EmitTargetElementLoop( in HandleSelectAndScatter()
2129 TF_RETURN_IF_ERROR(EmitTargetElementLoop( in HandlePad()
2193 return EmitTargetElementLoop(fusion, generator); in HandleFusion()
3326 Status IrEmitter::EmitTargetElementLoop( in EmitTargetElementLoop() function in xla::cpu::IrEmitter
3329 return EmitTargetElementLoop(target_op, /*desc=*/"", element_generator); in EmitTargetElementLoop()
3332 Status IrEmitter::EmitTargetElementLoop( in EmitTargetElementLoop() function in xla::cpu::IrEmitter
3423 return EmitTargetElementLoop( in DefaultAction()