Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_fusible.h57 bool IsInputFusibleScatter(const HloInstruction& instr);
Dgpu_fusible.cc194 bool IsInputFusibleScatter(const HloInstruction& instr) { in IsInputFusibleScatter() function
207 (IsInputFusibleReduction(instr) || IsInputFusibleScatter(instr)); in IsInputFusible()