logo
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Readme
Files and versions

2.2 KiB

Operator: image-decode

Author:

Overview

Interface

__init__(self, init_arg_1: xxx)

Args:

  • init_arg_1:

    • xxx(description about init_arg_1)
    • supported types: xxx
__call__(self, call_arg_1: xxx)

Args:

  • call_arg_1:
    • xxx(description about call_arg_1)
    • supported types: xxx

Returns: The Operator returns a tuple Tuple[('results_1', xxx)] containing following fields:

  • results_1:
    • xxx(description of results_1)
    • data type: xxx
    • shape: (xxx,)

Requirements

How it works

Reference

# More Resources

- [Scalar Quantization and Product Quantization - Zilliz blog](https://zilliz.com/learn/scalar-quantization-and-product-quantization): A hands-on dive into scalar quantization (integer quantization) and product quantization with Python.

2.2 KiB

Operator: image-decode

Author:

Overview

Interface

__init__(self, init_arg_1: xxx)

Args:

  • init_arg_1:

    • xxx(description about init_arg_1)
    • supported types: xxx
__call__(self, call_arg_1: xxx)

Args:

  • call_arg_1:
    • xxx(description about call_arg_1)
    • supported types: xxx

Returns: The Operator returns a tuple Tuple[('results_1', xxx)] containing following fields:

  • results_1:
    • xxx(description of results_1)
    • data type: xxx
    • shape: (xxx,)

Requirements

How it works

Reference

# More Resources

- [Scalar Quantization and Product Quantization - Zilliz blog](https://zilliz.com/learn/scalar-quantization-and-product-quantization): A hands-on dive into scalar quantization (integer quantization) and product quantization with Python.