Uses of Class
org.tensorflow.proto.TensorSliceProto
Packages that use TensorSliceProto
-
Uses of TensorSliceProto in org.tensorflow.proto
Methods in org.tensorflow.proto that return TensorSliceProtoModifier and TypeMethodDescriptionTensorSliceProto.Builder.build()TensorSliceProto.Builder.buildPartial()static TensorSliceProtoTensorSliceProto.getDefaultInstance()TensorSliceProto.Builder.getDefaultInstanceForType()TensorSliceProto.getDefaultInstanceForType()SavedSlice.Builder.getSlice()Extent of the slice.SavedSlice.getSlice()Extent of the slice.SavedSliceMeta.Builder.getSlice(int index) Explicit list of slices saved in the checkpoint file.SavedSliceMeta.getSlice(int index) Explicit list of slices saved in the checkpoint file.SavedSliceMetaOrBuilder.getSlice(int index) Explicit list of slices saved in the checkpoint file.SavedSliceOrBuilder.getSlice()Extent of the slice.BundleEntryProto.Builder.getSlices(int index) Iff present, this entry represents a partitioned tensor.BundleEntryProto.getSlices(int index) Iff present, this entry represents a partitioned tensor.BundleEntryProtoOrBuilder.getSlices(int index) Iff present, this entry represents a partitioned tensor.static TensorSliceProtoTensorSliceProto.parseDelimitedFrom(InputStream input) static TensorSliceProtoTensorSliceProto.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static TensorSliceProtoTensorSliceProto.parseFrom(byte[] data) static TensorSliceProtoTensorSliceProto.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static TensorSliceProtoTensorSliceProto.parseFrom(ByteString data) static TensorSliceProtoTensorSliceProto.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static TensorSliceProtoTensorSliceProto.parseFrom(CodedInputStream input) static TensorSliceProtoTensorSliceProto.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static TensorSliceProtoTensorSliceProto.parseFrom(InputStream input) static TensorSliceProtoTensorSliceProto.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static TensorSliceProtoTensorSliceProto.parseFrom(ByteBuffer data) static TensorSliceProtoTensorSliceProto.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type TensorSliceProtoModifier and TypeMethodDescriptionTensorSliceProto.getParserForType()SavedSliceMeta.Builder.getSliceList()Explicit list of slices saved in the checkpoint file.SavedSliceMeta.getSliceList()Explicit list of slices saved in the checkpoint file.SavedSliceMetaOrBuilder.getSliceList()Explicit list of slices saved in the checkpoint file.BundleEntryProto.Builder.getSlicesList()Iff present, this entry represents a partitioned tensor.BundleEntryProto.getSlicesList()Iff present, this entry represents a partitioned tensor.BundleEntryProtoOrBuilder.getSlicesList()Iff present, this entry represents a partitioned tensor.static Parser<TensorSliceProto> TensorSliceProto.parser()Methods in org.tensorflow.proto with parameters of type TensorSliceProtoModifier and TypeMethodDescriptionSavedSliceMeta.Builder.addSlice(int index, TensorSliceProto value) Explicit list of slices saved in the checkpoint file.SavedSliceMeta.Builder.addSlice(TensorSliceProto value) Explicit list of slices saved in the checkpoint file.BundleEntryProto.Builder.addSlices(int index, TensorSliceProto value) Iff present, this entry represents a partitioned tensor.BundleEntryProto.Builder.addSlices(TensorSliceProto value) Iff present, this entry represents a partitioned tensor.TensorSliceProto.Builder.mergeFrom(TensorSliceProto other) SavedSlice.Builder.mergeSlice(TensorSliceProto value) Extent of the slice.static TensorSliceProto.BuilderTensorSliceProto.newBuilder(TensorSliceProto prototype) SavedSlice.Builder.setSlice(TensorSliceProto value) Extent of the slice.SavedSliceMeta.Builder.setSlice(int index, TensorSliceProto value) Explicit list of slices saved in the checkpoint file.BundleEntryProto.Builder.setSlices(int index, TensorSliceProto value) Iff present, this entry represents a partitioned tensor.Method parameters in org.tensorflow.proto with type arguments of type TensorSliceProtoModifier and TypeMethodDescriptionSavedSliceMeta.Builder.addAllSlice(Iterable<? extends TensorSliceProto> values) Explicit list of slices saved in the checkpoint file.BundleEntryProto.Builder.addAllSlices(Iterable<? extends TensorSliceProto> values) Iff present, this entry represents a partitioned tensor.