Home
last modified time | relevance | path

Searched refs:derived_attr (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dexport_utils.cc382 mlir::TF::ShapeAttr>([&](auto derived_attr) { in ConvertAttributes() argument
383 return ConvertAttribute(derived_attr, &value); in ConvertAttributes()
385 .Case<mlir::ArrayAttr, mlir::TypeAttr>([&](auto derived_attr) { in ConvertAttributes() argument
386 return ConvertAttribute(derived_attr, remove_ref_type, &value); in ConvertAttributes()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dexport_tf_dialect_op.cc130 for (auto derived_attr : derived_attrs) { in GetAttributesToIgnore() local
132 mlir::StringRefToView(derived_attr.first.strref())); in GetAttributesToIgnore()