Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc39 bool IsAll(const NodeDef& node) { return node.op() == "All"; } in IsAll() function
/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc1555 bool LiteralBase::IsAll(int8 value) const { in IsAll() function in xla::LiteralBase
Dliteral_test.cc510 TEST_F(LiteralUtilTest, IsAll) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc68 bool IsAll(const HloInstruction* op, int8 value) { in IsAll() function