Interface NameAttrListOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
NameAttrList, NameAttrList.Builder

public interface NameAttrListOrBuilder extends MessageOrBuilder
  • Method Details

    • getName

      String getName()
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      ByteString getNameBytes()
      string name = 1;
      Returns:
      The bytes for name.
    • getAttrCount

      int getAttrCount()
      map<string, .tensorflow.AttrValue> attr = 2;
    • containsAttr

      boolean containsAttr(String key)
      map<string, .tensorflow.AttrValue> attr = 2;
    • getAttr

      Deprecated.
      Use getAttrMap() instead.
    • getAttrMap

      Map<String, AttrValue> getAttrMap()
      map<string, .tensorflow.AttrValue> attr = 2;
    • getAttrOrDefault

      AttrValue getAttrOrDefault(String key, AttrValue defaultValue)
      map<string, .tensorflow.AttrValue> attr = 2;
    • getAttrOrThrow

      AttrValue getAttrOrThrow(String key)
      map<string, .tensorflow.AttrValue> attr = 2;