Home
last modified time | relevance | path

Searched refs:remove_attr (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/pin-project/tests/ui/pin_project/
Dremove-attr-from-struct.rs1 use auxiliary_macro::remove_attr;
8 #[remove_attr(struct_all)]
14 #[remove_attr(struct_all)]
22 #[remove_attr(struct_pin)]
27 #[remove_attr(struct_pin)]
Dremove-attr-from-field.rs1 use auxiliary_macro::remove_attr;
8 #[remove_attr(field_all)]
14 #[remove_attr(field_all)]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dmark_ops_for_outside_compilation.cc309 bool remove_attr = false; in UnmarkChildren() local
312 remove_attr = true; in UnmarkChildren()
317 if (remove_attr) op->removeAttr(kXlaOutsideCompilationAttr); in UnmarkChildren()