Uses of Class
org.tensorflow.framework.CollectionDef.AnyList
Packages that use CollectionDef.AnyList
-
Uses of CollectionDef.AnyList in org.tensorflow.framework
Methods in org.tensorflow.framework that return CollectionDef.AnyListModifier and TypeMethodDescriptionCollectionDef.AnyList.Builder.build()CollectionDef.AnyList.Builder.buildPartial()CollectionDef.Builder.getAnyList().tensorflow.CollectionDef.AnyList any_list = 5;CollectionDef.getAnyList().tensorflow.CollectionDef.AnyList any_list = 5;CollectionDefOrBuilder.getAnyList().tensorflow.CollectionDef.AnyList any_list = 5;static CollectionDef.AnyListCollectionDef.AnyList.getDefaultInstance()CollectionDef.AnyList.Builder.getDefaultInstanceForType()CollectionDef.AnyList.getDefaultInstanceForType()static CollectionDef.AnyListCollectionDef.AnyList.parseDelimitedFrom(InputStream input) static CollectionDef.AnyListCollectionDef.AnyList.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionDef.AnyListCollectionDef.AnyList.parseFrom(byte[] data) static CollectionDef.AnyListCollectionDef.AnyList.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionDef.AnyListCollectionDef.AnyList.parseFrom(com.google.protobuf.ByteString data) static CollectionDef.AnyListCollectionDef.AnyList.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionDef.AnyListCollectionDef.AnyList.parseFrom(com.google.protobuf.CodedInputStream input) static CollectionDef.AnyListCollectionDef.AnyList.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionDef.AnyListCollectionDef.AnyList.parseFrom(InputStream input) static CollectionDef.AnyListCollectionDef.AnyList.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CollectionDef.AnyListCollectionDef.AnyList.parseFrom(ByteBuffer data) static CollectionDef.AnyListCollectionDef.AnyList.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type CollectionDef.AnyListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CollectionDef.AnyList> CollectionDef.AnyList.getParserForType()static com.google.protobuf.Parser<CollectionDef.AnyList> CollectionDef.AnyList.parser()Methods in org.tensorflow.framework with parameters of type CollectionDef.AnyListModifier and TypeMethodDescriptionCollectionDef.Builder.mergeAnyList(CollectionDef.AnyList value) .tensorflow.CollectionDef.AnyList any_list = 5;CollectionDef.AnyList.Builder.mergeFrom(CollectionDef.AnyList other) CollectionDef.AnyList.newBuilder(CollectionDef.AnyList prototype) CollectionDef.Builder.setAnyList(CollectionDef.AnyList value) .tensorflow.CollectionDef.AnyList any_list = 5;