Uses of Class
org.tensorflow.framework.CollectionDef.BytesList
Packages that use CollectionDef.BytesList
-
Uses of CollectionDef.BytesList in org.tensorflow.framework
Methods in org.tensorflow.framework that return CollectionDef.BytesListModifier and TypeMethodDescriptionCollectionDef.BytesList.Builder.build()CollectionDef.BytesList.Builder.buildPartial()CollectionDef.Builder.getBytesList().tensorflow.CollectionDef.BytesList bytes_list = 2;CollectionDef.getBytesList().tensorflow.CollectionDef.BytesList bytes_list = 2;CollectionDefOrBuilder.getBytesList().tensorflow.CollectionDef.BytesList bytes_list = 2;static CollectionDef.BytesListCollectionDef.BytesList.getDefaultInstance()CollectionDef.BytesList.Builder.getDefaultInstanceForType()CollectionDef.BytesList.getDefaultInstanceForType()static CollectionDef.BytesListCollectionDef.BytesList.parseDelimitedFrom(InputStream input) static CollectionDef.BytesListCollectionDef.BytesList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionDef.BytesListCollectionDef.BytesList.parseFrom(byte[] data) static CollectionDef.BytesListCollectionDef.BytesList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionDef.BytesListCollectionDef.BytesList.parseFrom(com.google.protobuf.ByteString data) static CollectionDef.BytesListCollectionDef.BytesList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionDef.BytesListCollectionDef.BytesList.parseFrom(com.google.protobuf.CodedInputStream input) static CollectionDef.BytesListCollectionDef.BytesList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionDef.BytesListCollectionDef.BytesList.parseFrom(InputStream input) static CollectionDef.BytesListCollectionDef.BytesList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionDef.BytesListCollectionDef.BytesList.parseFrom(ByteBuffer data) static CollectionDef.BytesListCollectionDef.BytesList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type CollectionDef.BytesListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CollectionDef.BytesList> CollectionDef.BytesList.getParserForType()static com.google.protobuf.Parser<CollectionDef.BytesList> CollectionDef.BytesList.parser()Methods in org.tensorflow.framework with parameters of type CollectionDef.BytesListModifier and TypeMethodDescriptionCollectionDef.Builder.mergeBytesList(CollectionDef.BytesList value) .tensorflow.CollectionDef.BytesList bytes_list = 2;CollectionDef.BytesList.Builder.mergeFrom(CollectionDef.BytesList other) CollectionDef.BytesList.newBuilder(CollectionDef.BytesList prototype) CollectionDef.Builder.setBytesList(CollectionDef.BytesList value) .tensorflow.CollectionDef.BytesList bytes_list = 2;