Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc3308 bool IsInstructionSafeForShmemTranspose(const HloInstruction* hlo) { in IsInstructionSafeForShmemTranspose() function
3311 return IsInstructionSafeForShmemTranspose(user); in IsInstructionSafeForShmemTranspose()
3328 return IsInstructionSafeForShmemTranspose(user); in IsInstructionSafeForShmemTranspose()
3353 if (IsInstructionSafeForShmemTranspose(input)) { in FilterInputsForShmemTranspose()