Home
last modified time | relevance | path

Searched defs:IsPlaceholder (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Dplaceholder.go39 func (f PlaceholderFile) IsPlaceholder() bool { return true } func
61 func (e PlaceholderEnum) IsPlaceholder() bool { return true } func
78 func (e PlaceholderEnumValue) IsPlaceholder() bool { return true } func
93 func (m PlaceholderMessage) IsPlaceholder() bool { return true } func
H A Ddesc.go68 func (fd *File) IsPlaceholder() bool { return false } func
502 func (d *Base) IsPlaceholder() bool { return false } func
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dlegacy_extension.go151 func (x placeholderExtension) IsPlaceholder() bool { return true } func
/aosp_15_r20/external/golang-protobuf/reflect/protoreflect/
H A Dtype.go87 IsPlaceholder() bool methodSpec
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_test_util.cc312 bool IsPlaceholder(const tensorflow::NodeDef& node_def) { in IsPlaceholder() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dop_types.cc422 bool IsPlaceholder(const NodeDef& node) { in IsPlaceholder() function
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dtf_op_names.cc610 bool TFGraphDialect::IsPlaceholder(TFOp op) const { in IsPlaceholder() function in mlir::tfg::TFGraphDialect