Home
last modified time | relevance | path

Searched refs:HandleSliceToDynamic (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.h185 Status HandleSliceToDynamic(HloInstruction* hlo);
Dir_emitter.cc2144 Status IrEmitter::HandleSliceToDynamic(HloInstruction* hlo) { in HandleSliceToDynamic() function in xla::cpu::IrEmitter
2300 return HandleSliceToDynamic(custom_call); in HandleCustomCall()