Uses of Class
biopb.tensor.PyramidLevel.Builder
Packages that use PyramidLevel.Builder
-
Uses of PyramidLevel.Builder in biopb.tensor
Methods in biopb.tensor that return PyramidLevel.BuilderModifier and TypeMethodDescriptionPyramidLevel.Builder.addAllScaleHint(Iterable<? extends Long> values) Per-dimension integer downsampling factors vs.PyramidLevel.Builder.addAllShape(Iterable<? extends Long> values) Logical (downsampled) shape of this level -- what a read of this level returns, so the client can size the level without a probe read.TensorDescriptor.Builder.addPyramidBuilder()Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.TensorDescriptor.Builder.addPyramidBuilder(int index) Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.PyramidLevel.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) PyramidLevel.Builder.addScaleHint(long value) Per-dimension integer downsampling factors vs.PyramidLevel.Builder.addShape(long value) Logical (downsampled) shape of this level -- what a read of this level returns, so the client can size the level without a probe read.PyramidLevel.Builder.clear()PyramidLevel.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) PyramidLevel.Builder.clearNative()True if this level is served from a precomputed on-disk pyramid (e.g.PyramidLevel.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) PyramidLevel.Builder.clearReductionMethod()Method to request this level: "area" | "nearest" | "precompute".PyramidLevel.Builder.clearScaleHint()Per-dimension integer downsampling factors vs.PyramidLevel.Builder.clearShape()Logical (downsampled) shape of this level -- what a read of this level returns, so the client can size the level without a probe read.PyramidLevel.Builder.clone()TensorDescriptor.Builder.getPyramidBuilder(int index) Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.PyramidLevel.Builder.mergeFrom(PyramidLevel other) PyramidLevel.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) PyramidLevel.Builder.mergeFrom(com.google.protobuf.Message other) final PyramidLevel.BuilderPyramidLevel.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static PyramidLevel.BuilderPyramidLevel.newBuilder()static PyramidLevel.BuilderPyramidLevel.newBuilder(PyramidLevel prototype) PyramidLevel.newBuilderForType()protected PyramidLevel.BuilderPyramidLevel.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) PyramidLevel.Builder.setNative(boolean value) True if this level is served from a precomputed on-disk pyramid (e.g.PyramidLevel.Builder.setReductionMethod(String value) Method to request this level: "area" | "nearest" | "precompute".PyramidLevel.Builder.setReductionMethodBytes(com.google.protobuf.ByteString value) Method to request this level: "area" | "nearest" | "precompute".PyramidLevel.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) PyramidLevel.Builder.setScaleHint(int index, long value) Per-dimension integer downsampling factors vs.PyramidLevel.Builder.setShape(int index, long value) Logical (downsampled) shape of this level -- what a read of this level returns, so the client can size the level without a probe read.final PyramidLevel.BuilderPyramidLevel.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) PyramidLevel.toBuilder()Methods in biopb.tensor that return types with arguments of type PyramidLevel.BuilderModifier and TypeMethodDescriptionTensorDescriptor.Builder.getPyramidBuilderList()Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.Methods in biopb.tensor with parameters of type PyramidLevel.BuilderModifier and TypeMethodDescriptionTensorDescriptor.Builder.addPyramid(int index, PyramidLevel.Builder builderForValue) Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.TensorDescriptor.Builder.addPyramid(PyramidLevel.Builder builderForValue) Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.TensorDescriptor.Builder.setPyramid(int index, PyramidLevel.Builder builderForValue) Server-advertised resolution pyramid: the ordered levels the server recommends reading this tensor at, coarsest decision made server-side so native (precomputed) pyramids are honored and the precache worker and client request the same scales.