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