Uses of Class
biopb.tensor.PyramidLevel
Packages that use PyramidLevel
-
Uses of PyramidLevel in biopb.tensor
Methods in biopb.tensor that return PyramidLevelModifier and TypeMethodDescriptionPyramidLevel.Builder.build()PyramidLevel.Builder.buildPartial()static PyramidLevelPyramidLevel.getDefaultInstance()PyramidLevel.Builder.getDefaultInstanceForType()PyramidLevel.getDefaultInstanceForType()TensorDescriptor.Builder.getPyramid(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.TensorDescriptor.getPyramid(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.TensorDescriptorOrBuilder.getPyramid(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.static PyramidLevelPyramidLevel.parseDelimitedFrom(InputStream input) static PyramidLevelPyramidLevel.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PyramidLevelPyramidLevel.parseFrom(byte[] data) static PyramidLevelPyramidLevel.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PyramidLevelPyramidLevel.parseFrom(com.google.protobuf.ByteString data) static PyramidLevelPyramidLevel.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PyramidLevelPyramidLevel.parseFrom(com.google.protobuf.CodedInputStream input) static PyramidLevelPyramidLevel.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PyramidLevelPyramidLevel.parseFrom(InputStream input) static PyramidLevelPyramidLevel.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PyramidLevelPyramidLevel.parseFrom(ByteBuffer data) static PyramidLevelPyramidLevel.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in biopb.tensor that return types with arguments of type PyramidLevelModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PyramidLevel>PyramidLevel.getParserForType()TensorDescriptor.Builder.getPyramidList()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.getPyramidList()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.TensorDescriptorOrBuilder.getPyramidList()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.static com.google.protobuf.Parser<PyramidLevel>PyramidLevel.parser()Methods in biopb.tensor with parameters of type PyramidLevelModifier and TypeMethodDescriptionTensorDescriptor.Builder.addPyramid(int index, PyramidLevel value) 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 value) 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) static PyramidLevel.BuilderPyramidLevel.newBuilder(PyramidLevel prototype) TensorDescriptor.Builder.setPyramid(int index, PyramidLevel value) 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.Method parameters in biopb.tensor with type arguments of type PyramidLevelModifier and TypeMethodDescriptionTensorDescriptor.Builder.addAllPyramid(Iterable<? extends PyramidLevel> values) 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.