Uses of Class
org.tensorflow.proto.TensorSliceProto.Extent.Builder
Packages that use TensorSliceProto.Extent.Builder
-
Uses of TensorSliceProto.Extent.Builder in org.tensorflow.proto
Subclasses with type arguments of type TensorSliceProto.Extent.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classExtent of the slice in one dimension.Methods in org.tensorflow.proto that return TensorSliceProto.Extent.BuilderModifier and TypeMethodDescriptionTensorSliceProto.Builder.addExtentBuilder()Extent of the slice in all tensor dimensions.TensorSliceProto.Builder.addExtentBuilder(int index) Extent of the slice in all tensor dimensions.TensorSliceProto.Extent.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) TensorSliceProto.Extent.Builder.clear()TensorSliceProto.Extent.Builder.clearField(Descriptors.FieldDescriptor field) TensorSliceProto.Extent.Builder.clearHasLength()TensorSliceProto.Extent.Builder.clearLength()int64 length = 2;TensorSliceProto.Extent.Builder.clearOneof(Descriptors.OneofDescriptor oneof) TensorSliceProto.Extent.Builder.clearStart()Start index of the slice, starting at 0.TensorSliceProto.Extent.Builder.clone()TensorSliceProto.Builder.getExtentBuilder(int index) Extent of the slice in all tensor dimensions.TensorSliceProto.Extent.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) TensorSliceProto.Extent.Builder.mergeFrom(TensorSliceProto.Extent other) TensorSliceProto.Extent.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) TensorSliceProto.Extent.newBuilder()TensorSliceProto.Extent.newBuilder(TensorSliceProto.Extent prototype) TensorSliceProto.Extent.newBuilderForType()protected TensorSliceProto.Extent.BuilderTensorSliceProto.Extent.newBuilderForType(GeneratedMessageV3.BuilderParent parent) TensorSliceProto.Extent.Builder.setField(Descriptors.FieldDescriptor field, Object value) TensorSliceProto.Extent.Builder.setLength(long value) int64 length = 2;TensorSliceProto.Extent.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) TensorSliceProto.Extent.Builder.setStart(long value) Start index of the slice, starting at 0.TensorSliceProto.Extent.Builder.setUnknownFields(UnknownFieldSet unknownFields) TensorSliceProto.Extent.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type TensorSliceProto.Extent.BuilderModifier and TypeMethodDescriptionTensorSliceProto.Builder.getExtentBuilderList()Extent of the slice in all tensor dimensions.Methods in org.tensorflow.proto with parameters of type TensorSliceProto.Extent.BuilderModifier and TypeMethodDescriptionTensorSliceProto.Builder.addExtent(int index, TensorSliceProto.Extent.Builder builderForValue) Extent of the slice in all tensor dimensions.TensorSliceProto.Builder.addExtent(TensorSliceProto.Extent.Builder builderForValue) Extent of the slice in all tensor dimensions.TensorSliceProto.Builder.setExtent(int index, TensorSliceProto.Extent.Builder builderForValue) Extent of the slice in all tensor dimensions.