Uses of Class
org.tensorflow.proto.OpDef.AttrDef
Packages that use OpDef.AttrDef
-
Uses of OpDef.AttrDef in org.tensorflow.proto
Methods in org.tensorflow.proto 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, ExtensionRegistryLite extensionRegistry) static OpDef.AttrDefOpDef.AttrDef.parseFrom(byte[] data) static OpDef.AttrDefOpDef.AttrDef.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static OpDef.AttrDefOpDef.AttrDef.parseFrom(ByteString data) static OpDef.AttrDefOpDef.AttrDef.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static OpDef.AttrDefOpDef.AttrDef.parseFrom(CodedInputStream input) static OpDef.AttrDefOpDef.AttrDef.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static OpDef.AttrDefOpDef.AttrDef.parseFrom(InputStream input) static OpDef.AttrDefOpDef.AttrDef.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static OpDef.AttrDefOpDef.AttrDef.parseFrom(ByteBuffer data) static OpDef.AttrDefOpDef.AttrDef.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto 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;OpDef.AttrDef.getParserForType()static Parser<OpDef.AttrDef> OpDef.AttrDef.parser()Methods in org.tensorflow.proto 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.proto with type arguments of type OpDef.AttrDefModifier and TypeMethodDescriptionOpDef.Builder.addAllAttr(Iterable<? extends OpDef.AttrDef> values) repeated .tensorflow.OpDef.AttrDef attr = 4;