Uses of Class
biopb.image.Tensor
Packages that use Tensor
-
Uses of Tensor in biopb.image
Methods in biopb.image that return TensorModifier and TypeMethodDescriptionTensor.Builder.build()Tensor.Builder.buildPartial()static TensorTensor.getDefaultInstance()Tensor.Builder.getDefaultInstanceForType()Tensor.getDefaultInstanceForType()ImageData.Builder.getEagerData()Inline pixel dataImageData.getEagerData()Inline pixel dataImageDataOrBuilder.getEagerData()Inline pixel datastatic TensorTensor.parseDelimitedFrom(InputStream input) static TensorTensor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorTensor.parseFrom(byte[] data) static TensorTensor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorTensor.parseFrom(com.google.protobuf.ByteString data) static TensorTensor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorTensor.parseFrom(com.google.protobuf.CodedInputStream input) static TensorTensor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorTensor.parseFrom(InputStream input) static TensorTensor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorTensor.parseFrom(ByteBuffer data) static TensorTensor.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static <T extends net.imglib2.type.numeric.RealType<T> & net.imglib2.type.NativeType<T>>
TensorUtils.tensorFromInterval(net.imglib2.RandomAccessibleInterval<T> interval) Serialize a RandomAccessibleInterval to Tensor protobuf without dimension labels.static <T extends net.imglib2.type.numeric.RealType<T> & net.imglib2.type.NativeType<T>>
TensorUtils.tensorFromInterval(net.imglib2.RandomAccessibleInterval<T> interval, List<String> dimLabels) Serialize a RandomAccessibleInterval to Tensor protobuf.Methods in biopb.image that return types with arguments of type TensorModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Tensor>Tensor.getParserForType()static com.google.protobuf.Parser<Tensor>Tensor.parser()Methods in biopb.image with parameters of type TensorModifier and TypeMethodDescriptionstatic net.imglib2.RandomAccessibleInterval<?>Utils.intervalFromTensor(Tensor tensor) Deserialize a Tensor protobuf to a RandomAccessibleInterval.ImageData.Builder.mergeEagerData(Tensor value) Inline pixel datastatic Tensor.BuilderTensor.newBuilder(Tensor prototype) ImageData.Builder.setEagerData(Tensor value) Inline pixel data