Home
last modified time | relevance | path

Searched defs:IsSize (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc527 bool IsSize(const NodeDef& node) { return node.op() == "Size"; } in IsSize() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc793 bool TFGraphDialect::IsSize(TFOp op) const { in IsSize() function in mlir::tfg::TFGraphDialect
/external/vixl/src/aarch32/
Dinstructions-aarch32.h301 bool IsSize(uint32_t size) const { in IsSize() function