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.h56 Status EmitTargetElementLoop(
Dir_emitter.h145 virtual Status EmitTargetElementLoop(
Dir_emitter_nested.cc166 Status IrEmitterNested::EmitTargetElementLoop( in EmitTargetElementLoop() function in xla::gpu::IrEmitterNested
Dir_emitter.cc98 return EmitTargetElementLoop( in DefaultAction()
586 return EmitTargetElementLoop(*fusion, generator); in HandleFusion()
Dir_emitter_unnested.h226 Status EmitTargetElementLoop(
Dir_emitter_unnested.cc3934 Status IrEmitterUnnested::EmitTargetElementLoop( in EmitTargetElementLoop() function in xla::gpu::IrEmitterUnnested
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h311 Status EmitTargetElementLoop(
314 Status EmitTargetElementLoop(
Dir_emitter.cc702 TF_RETURN_IF_ERROR(EmitTargetElementLoop( in HandleSelectAndScatter()
2018 TF_RETURN_IF_ERROR(EmitTargetElementLoop( in HandlePad()
2082 return EmitTargetElementLoop(fusion, generator); in HandleFusion()
3123 Status IrEmitter::EmitTargetElementLoop( in EmitTargetElementLoop() function in xla::cpu::IrEmitter
3126 return EmitTargetElementLoop(target_op, /*desc=*/"", element_generator); in EmitTargetElementLoop()
3129 Status IrEmitter::EmitTargetElementLoop( in EmitTargetElementLoop() function in xla::cpu::IrEmitter
3219 return EmitTargetElementLoop( in DefaultAction()