module TensorflowLite

Overview

TensorFlow Lite is a set of tools provided by Google to run TensorFlow models on mobile, embedded, and IoT devices.

It enables on-device machine learning inference with low latency and a small binary size, which are crucial requirements for these types of devices.

Defined in:

tensorflow_lite.cr

Constant Summary

VERSION = "2.1.3"

Class Method Summary

Class Method Detail

def self.schema_version #

[View source]
def self.version #

the version of the tensorflow lite library in use


[View source]