Home
last modified time | relevance | path

Searched defs:IsAll (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dtypeset.go39 func (s *_TypeSet) IsAll() bool { return s.IsMethodSet() && len(s.methods) == 0 } func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dtypeset.go36 func (s *_TypeSet) IsAll() bool { return s.IsMethodSet() && len(s.methods) == 0 } func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral.cc1933 bool Literal::Piece::IsAll(const Literal& scalar) const { in IsAll() function in xla::Literal::Piece
1991 bool LiteralBase::IsAll(const Literal& scalar) const { in IsAll() function in xla::LiteralBase
1995 bool LiteralBase::IsAll(int8_t value) const { in IsAll() function in xla::LiteralBase
H A Dliteral_test.cc513 TEST_F(LiteralUtilTest, IsAll) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc43 bool IsAll(const NodeDef& node) { return node.op() == "All"; } in IsAll() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc37 bool TFGraphDialect::IsAll(TFOp op) const { in IsAll() function in mlir::tfg::TFGraphDialect
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dalgebraic_simplifier.cc75 bool IsAll(const HloInstruction* op, int8_t value) { in IsAll() function
86 bool IsAll(const HloInstruction* op, const Literal& scalar) { in IsAll() function