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.cc5012 bool IsInstructionSafeForShmemTranspose(mlir::Operation* op) { in IsInstructionSafeForShmemTranspose() function
5026 if (!IsInstructionSafeForShmemTranspose(use.getOwner())) { in IsInstructionSafeForShmemTranspose()
5048 if (!IsInstructionSafeForShmemTranspose(use.getOwner())) { in IsInstructionSafeForShmemTranspose()
5079 if (IsInstructionSafeForShmemTranspose(input.getDefiningOp())) { in FilterInputsForShmemTranspose()