Home
last modified time | relevance | path

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

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