Interface FunctionDef.ArgAttrsOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
FunctionDef.ArgAttrs, FunctionDef.ArgAttrs.Builder
Enclosing class:
FunctionDef

public static interface FunctionDef.ArgAttrsOrBuilder extends MessageOrBuilder
  • Method Details

    • getAttrCount

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

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

      Deprecated.
      Use getAttrMap() instead.
    • getAttrMap

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

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

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