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.clear()TensorSliceProto.Extent.Builder.clearHasLengthHack()TensorSliceProto.Extent.Builder.clearLength()int64 length = 2;TensorSliceProto.Extent.Builder.clearStart()Start index of the slice, starting at 0.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.newBuilder()TensorSliceProto.Extent.newBuilder(TensorSliceProto.Extent prototype) TensorSliceProto.Extent.newBuilderForType()protected TensorSliceProto.Extent.BuilderTensorSliceProto.Extent.newBuilderForType(AbstractMessage.BuilderParent parent) TensorSliceProto.Extent.Builder.setLength(long value) int64 length = 2;TensorSliceProto.Extent.Builder.setStart(long value) Start index of the slice, starting at 0.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.