Uses of Class
org.tensorflow.proto.TensorSliceProto.Builder
Packages that use TensorSliceProto.Builder
-
Uses of TensorSliceProto.Builder in org.tensorflow.proto
Subclasses with type arguments of type TensorSliceProto.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classCan only be interpreted if you know the corresponding TensorShape.Methods in org.tensorflow.proto that return TensorSliceProto.BuilderModifier and TypeMethodDescriptionTensorSliceProto.Builder.addAllExtent(Iterable<? extends TensorSliceProto.Extent> values) Extent of the slice in all tensor dimensions.TensorSliceProto.Builder.addExtent(int index, TensorSliceProto.Extent value) Extent of the slice in all tensor dimensions.TensorSliceProto.Builder.addExtent(int index, TensorSliceProto.Extent.Builder builderForValue) Extent of the slice in all tensor dimensions.TensorSliceProto.Builder.addExtent(TensorSliceProto.Extent value) Extent of the slice in all tensor dimensions.TensorSliceProto.Builder.addExtent(TensorSliceProto.Extent.Builder builderForValue) Extent of the slice in all tensor dimensions.SavedSliceMeta.Builder.addSliceBuilder()Explicit list of slices saved in the checkpoint file.SavedSliceMeta.Builder.addSliceBuilder(int index) Explicit list of slices saved in the checkpoint file.BundleEntryProto.Builder.addSlicesBuilder()Iff present, this entry represents a partitioned tensor.BundleEntryProto.Builder.addSlicesBuilder(int index) Iff present, this entry represents a partitioned tensor.TensorSliceProto.Builder.clear()TensorSliceProto.Builder.clearExtent()Extent of the slice in all tensor dimensions.SavedSlice.Builder.getSliceBuilder()Extent of the slice.SavedSliceMeta.Builder.getSliceBuilder(int index) Explicit list of slices saved in the checkpoint file.BundleEntryProto.Builder.getSlicesBuilder(int index) Iff present, this entry represents a partitioned tensor.TensorSliceProto.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) TensorSliceProto.Builder.mergeFrom(TensorSliceProto other) static TensorSliceProto.BuilderTensorSliceProto.newBuilder()static TensorSliceProto.BuilderTensorSliceProto.newBuilder(TensorSliceProto prototype) TensorSliceProto.newBuilderForType()protected TensorSliceProto.BuilderTensorSliceProto.newBuilderForType(AbstractMessage.BuilderParent parent) TensorSliceProto.Builder.removeExtent(int index) Extent of the slice in all tensor dimensions.TensorSliceProto.Builder.setExtent(int index, TensorSliceProto.Extent value) 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.TensorSliceProto.toBuilder()Methods in org.tensorflow.proto that return types with arguments of type TensorSliceProto.BuilderModifier and TypeMethodDescriptionSavedSliceMeta.Builder.getSliceBuilderList()Explicit list of slices saved in the checkpoint file.BundleEntryProto.Builder.getSlicesBuilderList()Iff present, this entry represents a partitioned tensor.Methods in org.tensorflow.proto with parameters of type TensorSliceProto.BuilderModifier and TypeMethodDescriptionSavedSliceMeta.Builder.addSlice(int index, TensorSliceProto.Builder builderForValue) Explicit list of slices saved in the checkpoint file.SavedSliceMeta.Builder.addSlice(TensorSliceProto.Builder builderForValue) Explicit list of slices saved in the checkpoint file.BundleEntryProto.Builder.addSlices(int index, TensorSliceProto.Builder builderForValue) Iff present, this entry represents a partitioned tensor.BundleEntryProto.Builder.addSlices(TensorSliceProto.Builder builderForValue) Iff present, this entry represents a partitioned tensor.SavedSlice.Builder.setSlice(TensorSliceProto.Builder builderForValue) Extent of the slice.SavedSliceMeta.Builder.setSlice(int index, TensorSliceProto.Builder builderForValue) Explicit list of slices saved in the checkpoint file.BundleEntryProto.Builder.setSlices(int index, TensorSliceProto.Builder builderForValue) Iff present, this entry represents a partitioned tensor.