Uses of Interface
org.tensorflow.framework.OpDef.AttrDefOrBuilder
-
Packages that use OpDef.AttrDefOrBuilder Package Description org.tensorflow.framework -
-
Uses of OpDef.AttrDefOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement OpDef.AttrDefOrBuilder Modifier and Type Class Description static classOpDef.AttrDefDescription of the graph-construction-time configuration of this Op.static classOpDef.AttrDef.BuilderDescription of the graph-construction-time configuration of this Op.Methods in org.tensorflow.framework that return OpDef.AttrDefOrBuilder Modifier and Type Method Description OpDef.AttrDefOrBuilderOpDef.Builder. getAttrOrBuilder(int index)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.AttrDefOrBuilderOpDef. getAttrOrBuilder(int index)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.AttrDefOrBuilderOpDefOrBuilder. getAttrOrBuilder(int index)repeated .tensorflow.OpDef.AttrDef attr = 4;Methods in org.tensorflow.framework that return types with arguments of type OpDef.AttrDefOrBuilder Modifier and Type Method Description List<? 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;
-