Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceOperand.h724 return IgnoreLiveness || IsRematerializable; in getIgnoreLiveness()
777 IsRematerializable = true; in setRematerializable()
782 bool isRematerializable() const { return IsRematerializable; } in isRematerializable()
878 bool IsRematerializable = false; variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc57 bool IsRematerializable(const HloInstruction* instruction) { in IsRematerializable() function
874 if (!IsRematerializable(candidate)) { in PickRematerializationCandidate()