Home
last modified time | relevance | path

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

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