# README

tensor2image

Overview

Description

Converts a mathematical tensor into an image (an array of any number of dimentions with value of integers ranging from 0 to 255) format to an image type (i.e. jpg, png, gif).

Implementation details

Converts rank 3 or 4 tensor of integers to image.image type. With extension image.image used. The standard "image, image/jpg, image/png, image/gif" golang library is used.

Compliance to Spec

Rough level of compliance

100%

# Functions

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author