Uses of Interface
org.tensorflow.framework.OpDef.AttrDefOrBuilder
Packages that use OpDef.AttrDefOrBuilder
-
Uses of OpDef.AttrDefOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement OpDef.AttrDefOrBuilderModifier and TypeClassDescriptionstatic final classDescription of the graph-construction-time configuration of this Op.static final classDescription of the graph-construction-time configuration of this Op.Methods in org.tensorflow.framework that return OpDef.AttrDefOrBuilderModifier and TypeMethodDescriptionOpDef.Builder.getAttrOrBuilder(int index) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.getAttrOrBuilder(int index) repeated .tensorflow.OpDef.AttrDef attr = 4;OpDefOrBuilder.getAttrOrBuilder(int index) repeated .tensorflow.OpDef.AttrDef attr = 4;Methods in org.tensorflow.framework that return types with arguments of type OpDef.AttrDefOrBuilderModifier and TypeMethodDescriptionList<? extends OpDef.AttrDefOrBuilder> OpDef.Builder.getAttrOrBuilderList()repeated .tensorflow.OpDef.AttrDef attr = 4;List<? extends OpDef.AttrDefOrBuilder> OpDef.getAttrOrBuilderList()repeated .tensorflow.OpDef.AttrDef attr = 4;List<? extends OpDef.AttrDefOrBuilder> OpDefOrBuilder.getAttrOrBuilderList()repeated .tensorflow.OpDef.AttrDef attr = 4;