Uses of Class
org.tensorflow.framework.OpDef.AttrDef
-
Packages that use OpDef.AttrDef Package Description org.tensorflow.framework -
-
Uses of OpDef.AttrDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return OpDef.AttrDef Modifier and Type Method Description OpDef.AttrDefOpDef.AttrDef.Builder. build()OpDef.AttrDefOpDef.AttrDef.Builder. buildPartial()OpDef.AttrDefOpDef.Builder. getAttr(int index)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.AttrDefOpDef. getAttr(int index)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.AttrDefOpDefOrBuilder. getAttr(int index)repeated .tensorflow.OpDef.AttrDef attr = 4;static OpDef.AttrDefOpDef.AttrDef. getDefaultInstance()OpDef.AttrDefOpDef.AttrDef.Builder. getDefaultInstanceForType()OpDef.AttrDefOpDef.AttrDef. getDefaultInstanceForType()static OpDef.AttrDefOpDef.AttrDef. parseDelimitedFrom(InputStream input)static OpDef.AttrDefOpDef.AttrDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpDef.AttrDefOpDef.AttrDef. parseFrom(byte[] data)static OpDef.AttrDefOpDef.AttrDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpDef.AttrDefOpDef.AttrDef. parseFrom(InputStream input)static OpDef.AttrDefOpDef.AttrDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpDef.AttrDefOpDef.AttrDef. parseFrom(ByteBuffer data)static OpDef.AttrDefOpDef.AttrDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpDef.AttrDefOpDef.AttrDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static OpDef.AttrDefOpDef.AttrDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpDef.AttrDefOpDef.AttrDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static OpDef.AttrDefOpDef.AttrDef. 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 OpDef.AttrDef Modifier and Type Method Description List<OpDef.AttrDef>OpDef.Builder. getAttrList()repeated .tensorflow.OpDef.AttrDef attr = 4;List<OpDef.AttrDef>OpDef. getAttrList()repeated .tensorflow.OpDef.AttrDef attr = 4;List<OpDef.AttrDef>OpDefOrBuilder. getAttrList()repeated .tensorflow.OpDef.AttrDef attr = 4;org.nd4j.shade.protobuf.Parser<OpDef.AttrDef>OpDef.AttrDef. getParserForType()static org.nd4j.shade.protobuf.Parser<OpDef.AttrDef>OpDef.AttrDef. parser()Methods in org.tensorflow.framework with parameters of type OpDef.AttrDef Modifier and Type Method Description OpDef.BuilderOpDef.Builder. addAttr(int index, OpDef.AttrDef value)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.BuilderOpDef.Builder. addAttr(OpDef.AttrDef value)repeated .tensorflow.OpDef.AttrDef attr = 4;OpDef.AttrDef.BuilderOpDef.AttrDef.Builder. mergeFrom(OpDef.AttrDef other)static OpDef.AttrDef.BuilderOpDef.AttrDef. newBuilder(OpDef.AttrDef prototype)OpDef.BuilderOpDef.Builder. setAttr(int index, OpDef.AttrDef value)repeated .tensorflow.OpDef.AttrDef attr = 4;Method parameters in org.tensorflow.framework with type arguments of type OpDef.AttrDef Modifier and Type Method Description OpDef.BuilderOpDef.Builder. addAllAttr(Iterable<? extends OpDef.AttrDef> values)repeated .tensorflow.OpDef.AttrDef attr = 4;
-