LostTech.TensorFlow : API Documentation

Type TargetSpec

Namespace tensorflow.lite

Parent PythonObjectContainer

Interfaces ITargetSpec

Specification of target device.

Details about target device. Converter optimizes the generated model for specific device.

Properties

Public properties

object PythonObject get;

object supported_ops get; set;

IList<DType> supported_types get; set;