LostTech.TensorFlow : API Documentation

Type Array1ToPyListEncoder

Namespace LostTech.Gradient.Codecs

Interfaces IPyObjectEncoder

Converts 1D (and only 1D).NET arrays into Python lists (for compatibility with poorly written Python libraries)

Properties

Public properties

bool IsEnabled get; set;

Controls if 1D.NET arrays are always converted to Python lists. Must be set before Gradient is initialized.