Uses of Class
biopb.tensor.SerializedTensor
Packages that use SerializedTensor
-
Uses of SerializedTensor in biopb.image
Methods in biopb.image that return SerializedTensorModifier and TypeMethodDescriptionImageData.Builder.getLazyData()Lazy tensor reference for larger-than-memory datasetsImageData.getLazyData()Lazy tensor reference for larger-than-memory datasetsImageDataOrBuilder.getLazyData()Lazy tensor reference for larger-than-memory datasetsMethods in biopb.image with parameters of type SerializedTensorModifier and TypeMethodDescriptionImageData.Builder.mergeLazyData(SerializedTensor value) Lazy tensor reference for larger-than-memory datasetsImageData.Builder.setLazyData(SerializedTensor value) Lazy tensor reference for larger-than-memory datasets -
Uses of SerializedTensor in biopb.tensor
Methods in biopb.tensor that return SerializedTensorModifier and TypeMethodDescriptionSerializedTensor.Builder.build()SerializedTensor.Builder.buildPartial()static SerializedTensorSerializedTensor.getDefaultInstance()SerializedTensor.Builder.getDefaultInstanceForType()SerializedTensor.getDefaultInstanceForType()TensorFlightClient.getTensorAsPb(String sourceId, String tensorId, SliceHint sliceHint, long[] scaleHint, String reductionMethod) Get a SerializedTensor protobuf for cross-process transfer.static SerializedTensorSerializedTensor.parseDelimitedFrom(InputStream input) static SerializedTensorSerializedTensor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SerializedTensorSerializedTensor.parseFrom(byte[] data) static SerializedTensorSerializedTensor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SerializedTensorSerializedTensor.parseFrom(com.google.protobuf.ByteString data) static SerializedTensorSerializedTensor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SerializedTensorSerializedTensor.parseFrom(com.google.protobuf.CodedInputStream input) static SerializedTensorSerializedTensor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SerializedTensorSerializedTensor.parseFrom(InputStream input) static SerializedTensorSerializedTensor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SerializedTensorSerializedTensor.parseFrom(ByteBuffer data) static SerializedTensorSerializedTensor.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in biopb.tensor that return types with arguments of type SerializedTensorModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SerializedTensor>SerializedTensor.getParserForType()static com.google.protobuf.Parser<SerializedTensor>SerializedTensor.parser()Methods in biopb.tensor with parameters of type SerializedTensorModifier and TypeMethodDescriptionTensorFlightClient.getUploadStatus(SerializedTensor pb) Get upload status for a registration-first SerializedTensor handle.SerializedTensor.Builder.mergeFrom(SerializedTensor other) static SerializedTensor.BuilderSerializedTensor.newBuilder(SerializedTensor prototype) static <T extends net.imglib2.type.NativeType<T> & net.imglib2.type.numeric.RealType<T>>
net.imglib2.RandomAccessibleInterval<T>TensorFlightClient.tensorFromPb(SerializedTensor pb, long cacheBytes) Reconstruct a lazy RandomAccessibleInterval from SerializedTensor protobuf.TensorFlightClient.waitForUploadReady(SerializedTensor pb, long timeoutMillis, long pollIntervalMillis) Poll upload status until a registration-first SerializedTensor is READY.