HomeSort by relevance Sort by last modified time
    Searched defs:attribute_value (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/tools/graph_transforms/
rename_attribute.cc 57 AttrValue attribute_value = node.attr().at(old_attribute_name); local
59 new_node->mutable_attr()->insert({new_attribute_name, attribute_value});
  /external/cldr/tools/java/org/unicode/cldr/util/
XPathParts.java 825 Map<String, String> attribute_value = suppressionMap.get(element); local
827 if (attribute_value != null) {
828 Object suppressValue = attribute_value.get(attribute);
829 if (suppressValue == null) suppressValue = attribute_value.get("*");
    [all...]

Completed in 94 milliseconds