Uses of Class
biopb.tensor.TensorDescriptor
Packages that use TensorDescriptor
-
Uses of TensorDescriptor in biopb.tensor
Methods in biopb.tensor that return TensorDescriptorModifier and TypeMethodDescriptionTensorDescriptor.Builder.build()TensorDescriptor.Builder.buildPartial()static TensorDescriptorTensorDescriptor.getDefaultInstance()TensorDescriptor.Builder.getDefaultInstanceForType()TensorDescriptor.getDefaultInstanceForType()TensorFlightClient.getDescriptor(String arrayId) Fetch one tensor'sTensorDescriptorby its globally-unique array_id.SerializedTensor.Builder.getTensorDescriptor()Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)SerializedTensor.getTensorDescriptor()Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)SerializedTensorOrBuilder.getTensorDescriptor()Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)DataSourceDescriptor.Builder.getTensors(int index) All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)DataSourceDescriptor.getTensors(int index) All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)DataSourceDescriptorOrBuilder.getTensors(int index) All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)static TensorDescriptorTensorDescriptor.parseDelimitedFrom(InputStream input) static TensorDescriptorTensorDescriptor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorDescriptorTensorDescriptor.parseFrom(byte[] data) static TensorDescriptorTensorDescriptor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorDescriptorTensorDescriptor.parseFrom(com.google.protobuf.ByteString data) static TensorDescriptorTensorDescriptor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorDescriptorTensorDescriptor.parseFrom(com.google.protobuf.CodedInputStream input) static TensorDescriptorTensorDescriptor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorDescriptorTensorDescriptor.parseFrom(InputStream input) static TensorDescriptorTensorDescriptor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TensorDescriptorTensorDescriptor.parseFrom(ByteBuffer data) static TensorDescriptorTensorDescriptor.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in biopb.tensor that return types with arguments of type TensorDescriptorModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TensorDescriptor>TensorDescriptor.getParserForType()DataSourceDescriptor.Builder.getTensorsList()All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)DataSourceDescriptor.getTensorsList()All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)DataSourceDescriptorOrBuilder.getTensorsList()All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)static com.google.protobuf.Parser<TensorDescriptor>TensorDescriptor.parser()Methods in biopb.tensor with parameters of type TensorDescriptorModifier and TypeMethodDescriptionDataSourceDescriptor.Builder.addTensors(int index, TensorDescriptor value) All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)DataSourceDescriptor.Builder.addTensors(TensorDescriptor value) All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)TensorDescriptor.Builder.mergeFrom(TensorDescriptor other) SerializedTensor.Builder.mergeTensorDescriptor(TensorDescriptor value) Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)static TensorDescriptor.BuilderTensorDescriptor.newBuilder(TensorDescriptor prototype) SerializedTensor.Builder.setTensorDescriptor(TensorDescriptor value) Tensor metadata (shape, dtype, chunk_shape, scale_hint, reduction_method, realized slice_hint)DataSourceDescriptor.Builder.setTensors(int index, TensorDescriptor value) All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)Method parameters in biopb.tensor with type arguments of type TensorDescriptorModifier and TypeMethodDescriptionDataSourceDescriptor.Builder.addAllTensors(Iterable<? extends TensorDescriptor> values) All tensor descriptors in this source metadata_json field not populated here (source-level metadata only)Constructors in biopb.tensor with parameters of type TensorDescriptorModifierConstructorDescriptionSerializableTensorImg(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.