Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.cc1680 return root_piece().ForEachSubpieceWithBool( in operator ==()
1724 return root_piece().ForEachSubpieceWithBool([&](const ShapeIndex& index, in IsAll()
1792 return root_piece().ForEachSubpieceWithBool( in IsAllFloat()
1829 return root_piece().ForEachSubpieceWithBool( in IsAllFirst()
Dliteral.h445 bool ForEachSubpieceWithBool(const Fn& func) const { in ForEachSubpieceWithBool() function