Searched defs:IsPlaceholder (Results 1 – 7 of 7) sorted by relevance
39 func (f PlaceholderFile) IsPlaceholder() bool { return true } func61 func (e PlaceholderEnum) IsPlaceholder() bool { return true } func78 func (e PlaceholderEnumValue) IsPlaceholder() bool { return true } func93 func (m PlaceholderMessage) IsPlaceholder() bool { return true } func
68 func (fd *File) IsPlaceholder() bool { return false } func502 func (d *Base) IsPlaceholder() bool { return false } func
151 func (x placeholderExtension) IsPlaceholder() bool { return true } func
87 IsPlaceholder() bool methodSpec
312 bool IsPlaceholder(const tensorflow::NodeDef& node_def) { in IsPlaceholder() function
422 bool IsPlaceholder(const NodeDef& node) { in IsPlaceholder() function
610 bool TFGraphDialect::IsPlaceholder(TFOp op) const { in IsPlaceholder() function in mlir::tfg::TFGraphDialect