Uses of Class
org.tensorflow.proto.Int64List.Builder
Packages that use Int64List.Builder
-
Uses of Int64List.Builder in org.tensorflow.proto
Subclasses with type arguments of type Int64List.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.Int64ListMethods in org.tensorflow.proto that return Int64List.BuilderModifier and TypeMethodDescriptionInt64List.Builder.addAllValue(Iterable<? extends Long> values) repeated int64 value = 1 [packed = true, jstype = JS_STRING];Int64List.Builder.addValue(long value) repeated int64 value = 1 [packed = true, jstype = JS_STRING];Int64List.Builder.clear()Int64List.Builder.clearValue()repeated int64 value = 1 [packed = true, jstype = JS_STRING];Feature.Builder.getInt64ListBuilder().tensorflow.Int64List int64_list = 3;Int64List.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static Int64List.BuilderInt64List.newBuilder()static Int64List.BuilderInt64List.newBuilder(Int64List prototype) Int64List.newBuilderForType()protected Int64List.BuilderInt64List.newBuilderForType(AbstractMessage.BuilderParent parent) Int64List.Builder.setValue(int index, long value) repeated int64 value = 1 [packed = true, jstype = JS_STRING];Int64List.toBuilder()Methods in org.tensorflow.proto with parameters of type Int64List.BuilderModifier and TypeMethodDescriptionFeature.Builder.setInt64List(Int64List.Builder builderForValue) .tensorflow.Int64List int64_list = 3;