Searched defs:IsAll (Results 1 – 7 of 7) sorted by relevance
39 func (s *_TypeSet) IsAll() bool { return s.IsMethodSet() && len(s.methods) == 0 } func
36 func (s *_TypeSet) IsAll() bool { return s.IsMethodSet() && len(s.methods) == 0 } func
1933 bool Literal::Piece::IsAll(const Literal& scalar) const { in IsAll() function in xla::Literal::Piece1991 bool LiteralBase::IsAll(const Literal& scalar) const { in IsAll() function in xla::LiteralBase1995 bool LiteralBase::IsAll(int8_t value) const { in IsAll() function in xla::LiteralBase
513 TEST_F(LiteralUtilTest, IsAll) { in TEST_F() argument
43 bool IsAll(const NodeDef& node) { return node.op() == "All"; } in IsAll() function
37 bool TFGraphDialect::IsAll(TFOp op) const { in IsAll() function in mlir::tfg::TFGraphDialect
75 bool IsAll(const HloInstruction* op, int8_t value) { in IsAll() function86 bool IsAll(const HloInstruction* op, const Literal& scalar) { in IsAll() function