Home
last modified time | relevance | path

Searched refs:ForEachSubpieceWithBool (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc1526 return root_piece().ForEachSubpieceWithBool( in operator ==()
1556 return root_piece().ForEachSubpieceWithBool([&](const ShapeIndex& index, in IsAll()
1624 return root_piece().ForEachSubpieceWithBool( in IsAllFloat()
1661 return root_piece().ForEachSubpieceWithBool( in IsAllFirst()
Dliteral.h412 bool ForEachSubpieceWithBool(const Fn& func) const { in ForEachSubpieceWithBool() function