Uses of Interface
org.tensorflow.framework.ApiDef.AttrOrBuilder
-
Packages that use ApiDef.AttrOrBuilder Package Description org.tensorflow.framework -
-
Uses of ApiDef.AttrOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement ApiDef.AttrOrBuilder Modifier and Type Class Description static classApiDef.AttrDescription of the graph-construction-time configuration of this Op.static classApiDef.Attr.BuilderDescription of the graph-construction-time configuration of this Op.Methods in org.tensorflow.framework that return ApiDef.AttrOrBuilder Modifier and Type Method Description ApiDef.AttrOrBuilderApiDef.Builder. getAttrOrBuilder(int index)repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.AttrOrBuilderApiDef. getAttrOrBuilder(int index)repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.AttrOrBuilderApiDefOrBuilder. getAttrOrBuilder(int index)repeated .tensorflow.ApiDef.Attr attr = 6;Methods in org.tensorflow.framework that return types with arguments of type ApiDef.AttrOrBuilder Modifier and Type Method Description List<? extends ApiDef.AttrOrBuilder>ApiDef.Builder. getAttrOrBuilderList()repeated .tensorflow.ApiDef.Attr attr = 6;List<? extends ApiDef.AttrOrBuilder>ApiDef. getAttrOrBuilderList()repeated .tensorflow.ApiDef.Attr attr = 6;List<? extends ApiDef.AttrOrBuilder>ApiDefOrBuilder. getAttrOrBuilderList()repeated .tensorflow.ApiDef.Attr attr = 6;
-