Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsMangledAttributeName (0.23 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/export_utils.cc

          // AttrValue inside NodeDef, but we model them using attribute inside
          // MLIR. So we need to ignore them when going back to AttrValue here.
          continue;
        }
        if (mangling_util::IsMangledAttributeName(name)) {
          // In MLIR, attributes for functions requires dialect prefix. We need to
          // remove TF dialect prefix before converting to AttrValue.
          name = mangling_util::DemangleAttributeName(name);
        }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 17:58:54 UTC 2024
    - 19.7K bytes
    - Viewed (0)
Back to top