Searched defs:IsAll (Results 1 – 4 of 4) sorted by relevance
43 bool IsAll(const NodeDef& node) { return node.op() == "All"; } in IsAll() function
1723 bool LiteralBase::IsAll(int8 value) const { in IsAll() function in xla::LiteralBase
506 TEST_F(LiteralUtilTest, IsAll) { in TEST_F() argument
74 bool IsAll(const HloInstruction* op, int8 value) { in IsAll() function