Uses of Class
org.tensorflow.framework.CollectionDef
-
Packages that use CollectionDef Package Description org.tensorflow.framework -
-
Uses of CollectionDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return CollectionDef Modifier and Type Method Description CollectionDefCollectionDef.Builder. build()CollectionDefCollectionDef.Builder. buildPartial()CollectionDefMetaGraphDef.Builder. getCollectionDefOrDefault(String key, CollectionDef defaultValue)collection_def: Map from collection name to collections.CollectionDefMetaGraphDef. getCollectionDefOrDefault(String key, CollectionDef defaultValue)collection_def: Map from collection name to collections.CollectionDefMetaGraphDefOrBuilder. getCollectionDefOrDefault(String key, CollectionDef defaultValue)collection_def: Map from collection name to collections.CollectionDefMetaGraphDef.Builder. getCollectionDefOrThrow(String key)collection_def: Map from collection name to collections.CollectionDefMetaGraphDef. getCollectionDefOrThrow(String key)collection_def: Map from collection name to collections.CollectionDefMetaGraphDefOrBuilder. getCollectionDefOrThrow(String key)collection_def: Map from collection name to collections.static CollectionDefCollectionDef. getDefaultInstance()CollectionDefCollectionDef.Builder. getDefaultInstanceForType()CollectionDefCollectionDef. getDefaultInstanceForType()static CollectionDefCollectionDef. parseDelimitedFrom(InputStream input)static CollectionDefCollectionDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionDefCollectionDef. parseFrom(byte[] data)static CollectionDefCollectionDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionDefCollectionDef. parseFrom(InputStream input)static CollectionDefCollectionDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionDefCollectionDef. parseFrom(ByteBuffer data)static CollectionDefCollectionDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionDefCollectionDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static CollectionDefCollectionDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CollectionDefCollectionDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static CollectionDefCollectionDef. 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 CollectionDef Modifier and Type Method Description Map<String,CollectionDef>MetaGraphDef.Builder. getCollectionDef()Deprecated.Map<String,CollectionDef>MetaGraphDef. getCollectionDef()Deprecated.Map<String,CollectionDef>MetaGraphDefOrBuilder. getCollectionDef()Deprecated.Map<String,CollectionDef>MetaGraphDef.Builder. getCollectionDefMap()collection_def: Map from collection name to collections.Map<String,CollectionDef>MetaGraphDef. getCollectionDefMap()collection_def: Map from collection name to collections.Map<String,CollectionDef>MetaGraphDefOrBuilder. getCollectionDefMap()collection_def: Map from collection name to collections.Map<String,CollectionDef>MetaGraphDef.Builder. getMutableCollectionDef()Deprecated.org.nd4j.shade.protobuf.Parser<CollectionDef>CollectionDef. getParserForType()static org.nd4j.shade.protobuf.Parser<CollectionDef>CollectionDef. parser()Methods in org.tensorflow.framework with parameters of type CollectionDef Modifier and Type Method Description CollectionDefMetaGraphDef.Builder. getCollectionDefOrDefault(String key, CollectionDef defaultValue)collection_def: Map from collection name to collections.CollectionDefMetaGraphDef. getCollectionDefOrDefault(String key, CollectionDef defaultValue)collection_def: Map from collection name to collections.CollectionDefMetaGraphDefOrBuilder. getCollectionDefOrDefault(String key, CollectionDef defaultValue)collection_def: Map from collection name to collections.CollectionDef.BuilderCollectionDef.Builder. mergeFrom(CollectionDef other)static CollectionDef.BuilderCollectionDef. newBuilder(CollectionDef prototype)MetaGraphDef.BuilderMetaGraphDef.Builder. putCollectionDef(String key, CollectionDef value)collection_def: Map from collection name to collections.Method parameters in org.tensorflow.framework with type arguments of type CollectionDef Modifier and Type Method Description MetaGraphDef.BuilderMetaGraphDef.Builder. putAllCollectionDef(Map<String,CollectionDef> values)collection_def: Map from collection name to collections.
-