View Source TFLiteElixir.Ops.Builtin.BuiltinResolver (tflite_elixir v0.1.3)

Link to this section Summary

Functions

New built-in op resolver.

Raising version of new/0.

Link to this section Types

@type nif_error() :: {:error, String.t()}
@type nif_resource_ok() :: {:ok, reference()}

Link to this section Functions

@spec new() :: nif_resource_ok() | nif_error()

New built-in op resolver.

This resolver provides a list of TfLite delegates that could be applied by TfLite interpreter by default.

Raising version of new/0.