Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc517 bool IsShape(const NodeDef& node) { return node.op() == "Shape"; } in IsShape() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc768 bool TFGraphDialect::IsShape(TFOp op) const { in IsShape() function in mlir::tfg::TFGraphDialect
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go248 func (t *Type) IsShape() bool { return t.flags&typeIsShape != 0 } func