Uses of Class
org.tensorflow.proto.TensorSliceProto.Extent
Packages that use TensorSliceProto.Extent
-
Uses of TensorSliceProto.Extent in org.tensorflow.proto
Methods in org.tensorflow.proto that return TensorSliceProto.ExtentModifier and TypeMethodDescriptionTensorSliceProto.Extent.Builder.build()TensorSliceProto.Extent.Builder.buildPartial()static TensorSliceProto.ExtentTensorSliceProto.Extent.getDefaultInstance()TensorSliceProto.Extent.Builder.getDefaultInstanceForType()TensorSliceProto.Extent.getDefaultInstanceForType()TensorSliceProto.Builder.getExtent(int index) Extent of the slice in all tensor dimensions.TensorSliceProto.getExtent(int index) Extent of the slice in all tensor dimensions.TensorSliceProtoOrBuilder.getExtent(int index) Extent of the slice in all tensor dimensions.static TensorSliceProto.ExtentTensorSliceProto.Extent.parseDelimitedFrom(InputStream input) static TensorSliceProto.ExtentTensorSliceProto.Extent.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static TensorSliceProto.ExtentTensorSliceProto.Extent.parseFrom(byte[] data) static TensorSliceProto.ExtentTensorSliceProto.Extent.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static TensorSliceProto.ExtentTensorSliceProto.Extent.parseFrom(ByteString data) static TensorSliceProto.ExtentTensorSliceProto.Extent.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static TensorSliceProto.ExtentTensorSliceProto.Extent.parseFrom(CodedInputStream input) static TensorSliceProto.ExtentTensorSliceProto.Extent.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static TensorSliceProto.ExtentTensorSliceProto.Extent.parseFrom(InputStream input) static TensorSliceProto.ExtentTensorSliceProto.Extent.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static TensorSliceProto.ExtentTensorSliceProto.Extent.parseFrom(ByteBuffer data) static TensorSliceProto.ExtentTensorSliceProto.Extent.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type TensorSliceProto.ExtentModifier and TypeMethodDescriptionTensorSliceProto.Builder.getExtentList()Extent of the slice in all tensor dimensions.TensorSliceProto.getExtentList()Extent of the slice in all tensor dimensions.TensorSliceProtoOrBuilder.getExtentList()Extent of the slice in all tensor dimensions.TensorSliceProto.Extent.getParserForType()static Parser<TensorSliceProto.Extent> TensorSliceProto.Extent.parser()Methods in org.tensorflow.proto with parameters of type TensorSliceProto.ExtentModifier and TypeMethodDescriptionTensorSliceProto.Builder.addExtent(int index, TensorSliceProto.Extent value) Extent of the slice in all tensor dimensions.TensorSliceProto.Builder.addExtent(TensorSliceProto.Extent value) Extent of the slice in all tensor dimensions.TensorSliceProto.Extent.Builder.mergeFrom(TensorSliceProto.Extent other) TensorSliceProto.Extent.newBuilder(TensorSliceProto.Extent prototype) TensorSliceProto.Builder.setExtent(int index, TensorSliceProto.Extent value) Extent of the slice in all tensor dimensions.Method parameters in org.tensorflow.proto with type arguments of type TensorSliceProto.ExtentModifier and TypeMethodDescriptionTensorSliceProto.Builder.addAllExtent(Iterable<? extends TensorSliceProto.Extent> values) Extent of the slice in all tensor dimensions.