Uses of Class
biopb.tensor.PyramidLevel

Packages that use PyramidLevel
Package
Description
 
  • Uses of PyramidLevel in biopb.tensor

    Methods in biopb.tensor that return PyramidLevel
    Modifier and Type
    Method
    Description
    PyramidLevel.Builder.build()
     
    PyramidLevel.Builder.buildPartial()
     
    PyramidLevel.getDefaultInstance()
     
    PyramidLevel.Builder.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.
    PyramidLevel.parseDelimitedFrom(InputStream input)
     
    PyramidLevel.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    PyramidLevel.parseFrom(byte[] data)
     
    PyramidLevel.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    PyramidLevel.parseFrom(com.google.protobuf.ByteString data)
     
    PyramidLevel.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    PyramidLevel.parseFrom(com.google.protobuf.CodedInputStream input)
     
    PyramidLevel.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    PyramidLevel.parseFrom(InputStream input)
     
    PyramidLevel.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    PyramidLevel.parseFrom(ByteBuffer data)
     
    PyramidLevel.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    Methods in biopb.tensor that return types with arguments of type PyramidLevel
    Modifier and Type
    Method
    Description
    com.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 PyramidLevel
    Modifier and Type
    Method
    Description
    TensorDescriptor.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)
     
    PyramidLevel.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 PyramidLevel
    Modifier and Type
    Method
    Description
    TensorDescriptor.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.