Uses of Class
org.tensorflow.framework.ApiDef.Attr
-
Packages that use ApiDef.Attr Package Description org.tensorflow.framework -
-
Uses of ApiDef.Attr in org.tensorflow.framework
Methods in org.tensorflow.framework that return ApiDef.Attr Modifier and Type Method Description ApiDef.AttrApiDef.Attr.Builder. build()ApiDef.AttrApiDef.Attr.Builder. buildPartial()ApiDef.AttrApiDef.Builder. getAttr(int index)repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.AttrApiDef. getAttr(int index)repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.AttrApiDefOrBuilder. getAttr(int index)repeated .tensorflow.ApiDef.Attr attr = 6;static ApiDef.AttrApiDef.Attr. getDefaultInstance()ApiDef.AttrApiDef.Attr.Builder. getDefaultInstanceForType()ApiDef.AttrApiDef.Attr. getDefaultInstanceForType()static ApiDef.AttrApiDef.Attr. parseDelimitedFrom(InputStream input)static ApiDef.AttrApiDef.Attr. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ApiDef.AttrApiDef.Attr. parseFrom(byte[] data)static ApiDef.AttrApiDef.Attr. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ApiDef.AttrApiDef.Attr. parseFrom(InputStream input)static ApiDef.AttrApiDef.Attr. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ApiDef.AttrApiDef.Attr. parseFrom(ByteBuffer data)static ApiDef.AttrApiDef.Attr. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ApiDef.AttrApiDef.Attr. parseFrom(org.nd4j.shade.protobuf.ByteString data)static ApiDef.AttrApiDef.Attr. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static ApiDef.AttrApiDef.Attr. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static ApiDef.AttrApiDef.Attr. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type ApiDef.Attr Modifier and Type Method Description List<ApiDef.Attr>ApiDef.Builder. getAttrList()repeated .tensorflow.ApiDef.Attr attr = 6;List<ApiDef.Attr>ApiDef. getAttrList()repeated .tensorflow.ApiDef.Attr attr = 6;List<ApiDef.Attr>ApiDefOrBuilder. getAttrList()repeated .tensorflow.ApiDef.Attr attr = 6;org.nd4j.shade.protobuf.Parser<ApiDef.Attr>ApiDef.Attr. getParserForType()static org.nd4j.shade.protobuf.Parser<ApiDef.Attr>ApiDef.Attr. parser()Methods in org.tensorflow.framework with parameters of type ApiDef.Attr Modifier and Type Method Description ApiDef.BuilderApiDef.Builder. addAttr(int index, ApiDef.Attr value)repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.BuilderApiDef.Builder. addAttr(ApiDef.Attr value)repeated .tensorflow.ApiDef.Attr attr = 6;ApiDef.Attr.BuilderApiDef.Attr.Builder. mergeFrom(ApiDef.Attr other)static ApiDef.Attr.BuilderApiDef.Attr. newBuilder(ApiDef.Attr prototype)ApiDef.BuilderApiDef.Builder. setAttr(int index, ApiDef.Attr value)repeated .tensorflow.ApiDef.Attr attr = 6;Method parameters in org.tensorflow.framework with type arguments of type ApiDef.Attr Modifier and Type Method Description ApiDef.BuilderApiDef.Builder. addAllAttr(Iterable<? extends ApiDef.Attr> values)repeated .tensorflow.ApiDef.Attr attr = 6;
-