Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc529 bool IsSlice(const NodeDef& node) { return node.op() == "Slice"; } in IsSlice() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc798 bool TFGraphDialect::IsSlice(TFOp op) const { in IsSlice() function in mlir::tfg::TFGraphDialect
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go1423 func (t *Type) IsSlice() bool { func