DrishtiCompressedFeature

GoogleApi.ContentWarehouse.V1.Model.DrishtiCompressedFeature


Table of Contents ▼

Jump to a specific part of the page:

Description

Protocol buffer for storing compressed feature.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. featureName (type: String.t, default: nil)
    -
  2. inRangeBitstream (type: String.t, default: nil)
    - in_range_bitstream is the string produced by range coder, while out_of_range_bitstream corresponds to the overflow stream, which is used whenever a quantized value is out of range. See https://cs.corp.google.com/piper///depot/google3/research/vision/piedpiper/brain/python/layers/entropy_models.py?l=225&cl=234825412
  3. outOfRangeBitstream (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DrishtiCompressedFeature{
featureName: String.t() | nil,
inRangeBitstream: String.t() | nil,
outOfRangeBitstream: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.DrishtiCompressedFeature