Uses of Class
org.tensorflow.example.Int64List
Packages that use Int64List
-
Uses of Int64List in org.tensorflow.example
Methods in org.tensorflow.example that return Int64ListModifier and TypeMethodDescriptionInt64List.Builder.build()Int64List.Builder.buildPartial()static Int64ListInt64List.getDefaultInstance()Int64List.Builder.getDefaultInstanceForType()Int64List.getDefaultInstanceForType()Feature.Builder.getInt64List().tensorflow.Int64List int64_list = 3;Feature.getInt64List().tensorflow.Int64List int64_list = 3;FeatureOrBuilder.getInt64List().tensorflow.Int64List int64_list = 3;static Int64ListInt64List.parseDelimitedFrom(InputStream input) static Int64ListInt64List.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Int64ListInt64List.parseFrom(byte[] data) static Int64ListInt64List.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Int64ListInt64List.parseFrom(com.google.protobuf.ByteString data) static Int64ListInt64List.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Int64ListInt64List.parseFrom(com.google.protobuf.CodedInputStream input) static Int64ListInt64List.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Int64ListInt64List.parseFrom(InputStream input) static Int64ListInt64List.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Int64ListInt64List.parseFrom(ByteBuffer data) static Int64ListInt64List.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.example that return types with arguments of type Int64ListModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Int64List> Int64List.getParserForType()static com.google.protobuf.Parser<Int64List> Int64List.parser()Methods in org.tensorflow.example with parameters of type Int64ListModifier and TypeMethodDescriptionFeature.Builder.mergeInt64List(Int64List value) .tensorflow.Int64List int64_list = 3;static Int64List.BuilderInt64List.newBuilder(Int64List prototype) Feature.Builder.setInt64List(Int64List value) .tensorflow.Int64List int64_list = 3;