Package org.tensorflow.framework
Interface CollectionDefOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CollectionDef,CollectionDef.Builder
public interface CollectionDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.tensorflow.CollectionDef.AnyList any_list = 5;.tensorflow.CollectionDef.AnyList any_list = 5;.tensorflow.CollectionDef.BytesList bytes_list = 2;.tensorflow.CollectionDef.BytesList bytes_list = 2;.tensorflow.CollectionDef.FloatList float_list = 4;.tensorflow.CollectionDef.FloatList float_list = 4;.tensorflow.CollectionDef.Int64List int64_list = 3;.tensorflow.CollectionDef.Int64List int64_list = 3;.tensorflow.CollectionDef.NodeList node_list = 1;.tensorflow.CollectionDef.NodeList node_list = 1;boolean.tensorflow.CollectionDef.AnyList any_list = 5;boolean.tensorflow.CollectionDef.BytesList bytes_list = 2;boolean.tensorflow.CollectionDef.FloatList float_list = 4;boolean.tensorflow.CollectionDef.Int64List int64_list = 3;boolean.tensorflow.CollectionDef.NodeList node_list = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasNodeList
boolean hasNodeList().tensorflow.CollectionDef.NodeList node_list = 1;- Returns:
- Whether the nodeList field is set.
-
getNodeList
CollectionDef.NodeList getNodeList().tensorflow.CollectionDef.NodeList node_list = 1;- Returns:
- The nodeList.
-
getNodeListOrBuilder
CollectionDef.NodeListOrBuilder getNodeListOrBuilder().tensorflow.CollectionDef.NodeList node_list = 1; -
hasBytesList
boolean hasBytesList().tensorflow.CollectionDef.BytesList bytes_list = 2;- Returns:
- Whether the bytesList field is set.
-
getBytesList
CollectionDef.BytesList getBytesList().tensorflow.CollectionDef.BytesList bytes_list = 2;- Returns:
- The bytesList.
-
getBytesListOrBuilder
CollectionDef.BytesListOrBuilder getBytesListOrBuilder().tensorflow.CollectionDef.BytesList bytes_list = 2; -
hasInt64List
boolean hasInt64List().tensorflow.CollectionDef.Int64List int64_list = 3;- Returns:
- Whether the int64List field is set.
-
getInt64List
CollectionDef.Int64List getInt64List().tensorflow.CollectionDef.Int64List int64_list = 3;- Returns:
- The int64List.
-
getInt64ListOrBuilder
CollectionDef.Int64ListOrBuilder getInt64ListOrBuilder().tensorflow.CollectionDef.Int64List int64_list = 3; -
hasFloatList
boolean hasFloatList().tensorflow.CollectionDef.FloatList float_list = 4;- Returns:
- Whether the floatList field is set.
-
getFloatList
CollectionDef.FloatList getFloatList().tensorflow.CollectionDef.FloatList float_list = 4;- Returns:
- The floatList.
-
getFloatListOrBuilder
CollectionDef.FloatListOrBuilder getFloatListOrBuilder().tensorflow.CollectionDef.FloatList float_list = 4; -
hasAnyList
boolean hasAnyList().tensorflow.CollectionDef.AnyList any_list = 5;- Returns:
- Whether the anyList field is set.
-
getAnyList
CollectionDef.AnyList getAnyList().tensorflow.CollectionDef.AnyList any_list = 5;- Returns:
- The anyList.
-
getAnyListOrBuilder
CollectionDef.AnyListOrBuilder getAnyListOrBuilder().tensorflow.CollectionDef.AnyList any_list = 5; -
getKindCase
CollectionDef.KindCase getKindCase()
-