Uses of Class
biopb.tensor.SliceHint
Packages that use SliceHint
-
Uses of SliceHint in biopb.tensor
Methods in biopb.tensor that return SliceHintModifier and TypeMethodDescriptionSliceHint.Builder.build()SliceHint.Builder.buildPartial()static SliceHintSliceHint.getDefaultInstance()SliceHint.Builder.getDefaultInstanceForType()SliceHint.getDefaultInstanceForType()SerializedTensor.Builder.getOriginalSliceHint()Original user-requested slice_hint (before LCM alignment).SerializedTensor.getOriginalSliceHint()Original user-requested slice_hint (before LCM alignment).SerializedTensorOrBuilder.getOriginalSliceHint()Original user-requested slice_hint (before LCM alignment).TensorDescriptor.Builder.getSliceHint()Optional slice hint - if provided, GetFlightInfo returns only chunks covering this range.TensorDescriptor.getSliceHint()Optional slice hint - if provided, GetFlightInfo returns only chunks covering this range.TensorDescriptorOrBuilder.getSliceHint()Optional slice hint - if provided, GetFlightInfo returns only chunks covering this range.TensorReadOption.Builder.getSliceHint()Optional sub-region to readTensorReadOption.getSliceHint()Optional sub-region to readTensorReadOptionOrBuilder.getSliceHint()Optional sub-region to readstatic SliceHintSliceHint.parseDelimitedFrom(InputStream input) static SliceHintSliceHint.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SliceHintSliceHint.parseFrom(byte[] data) static SliceHintSliceHint.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SliceHintSliceHint.parseFrom(com.google.protobuf.ByteString data) static SliceHintSliceHint.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SliceHintSliceHint.parseFrom(com.google.protobuf.CodedInputStream input) static SliceHintSliceHint.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SliceHintSliceHint.parseFrom(InputStream input) static SliceHintSliceHint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SliceHintSliceHint.parseFrom(ByteBuffer data) static SliceHintSliceHint.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in biopb.tensor that return types with arguments of type SliceHintModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SliceHint>SliceHint.getParserForType()static com.google.protobuf.Parser<SliceHint>SliceHint.parser()Methods in biopb.tensor with parameters of type SliceHintModifier and TypeMethodDescription<T extends net.imglib2.type.NativeType<T> & net.imglib2.type.numeric.RealType<T>>
net.imglib2.RandomAccessibleInterval<T>Get a RandomAccessibleInterval for a tensor (by array_id) with a slice hint.<T extends net.imglib2.type.NativeType<T> & net.imglib2.type.numeric.RealType<T>>
net.imglib2.RandomAccessibleInterval<T>TensorFlightClient.getTensor(String arrayId, SliceHint sliceHint, long[] scaleHint, String reductionMethod) Get a RandomAccessibleInterval for a tensor (by array_id) with all options.<T extends net.imglib2.type.NativeType<T> & net.imglib2.type.numeric.RealType<T>>
net.imglib2.RandomAccessibleInterval<T>Get a RandomAccessibleInterval for a tensor with slice hint.<T extends net.imglib2.type.NativeType<T> & net.imglib2.type.numeric.RealType<T>>
net.imglib2.RandomAccessibleInterval<T>TensorFlightClient.getTensor(String sourceId, String tensorId, SliceHint sliceHint, long[] scaleHint, String reductionMethod) Get a RandomAccessibleInterval for a tensor with all options.TensorFlightClient.getTensorAsPb(String sourceId, String tensorId, SliceHint sliceHint, long[] scaleHint, String reductionMethod) Get a SerializedTensor protobuf for cross-process transfer.SerializedTensor.Builder.mergeOriginalSliceHint(SliceHint value) Original user-requested slice_hint (before LCM alignment).TensorDescriptor.Builder.mergeSliceHint(SliceHint value) Optional slice hint - if provided, GetFlightInfo returns only chunks covering this range.TensorReadOption.Builder.mergeSliceHint(SliceHint value) Optional sub-region to readstatic SliceHint.BuilderSliceHint.newBuilder(SliceHint prototype) SerializedTensor.Builder.setOriginalSliceHint(SliceHint value) Original user-requested slice_hint (before LCM alignment).TensorDescriptor.Builder.setSliceHint(SliceHint value) Optional slice hint - if provided, GetFlightInfo returns only chunks covering this range.TensorReadOption.Builder.setSliceHint(SliceHint value) Optional sub-region to readConstructors in biopb.tensor with parameters of type SliceHintModifierConstructorDescriptionSerializableTensorImg(org.apache.arrow.flight.Location location, String token, long cacheBytes, String sourceId, String tensorId, SliceHint sliceHint, long[] scaleHint, String reductionMethod, TensorDescriptor descriptor, net.imglib2.RandomAccessibleInterval<T> delegate) Constructor for initial creation from TensorFlightClient.