Uses of Interface
biopb.tensor.PyramidLevelOrBuilder

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

    Classes in biopb.tensor that implement PyramidLevelOrBuilder
    Modifier and Type
    Class
    Description
    final class 
    One resolution level of a tensor's server-advertised pyramid.
    static final class 
    One resolution level of a tensor's server-advertised pyramid.
    Methods in biopb.tensor that return PyramidLevelOrBuilder
    Modifier and Type
    Method
    Description
    TensorDescriptor.Builder.getPyramidOrBuilder(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.getPyramidOrBuilder(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.getPyramidOrBuilder(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.
    Methods in biopb.tensor that return types with arguments of type PyramidLevelOrBuilder
    Modifier and Type
    Method
    Description
    TensorDescriptor.Builder.getPyramidOrBuilderList()
    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.getPyramidOrBuilderList()
    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.getPyramidOrBuilderList()
    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.