Interface NameAttrListOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    NameAttrList, NameAttrList.Builder

    public interface NameAttrListOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Detail

      • getName

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

        org.nd4j.shade.protobuf.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;
      • 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;