Packages

A simple and fast library for running Tensorflow graph models in Elixir. Tensorflex is written around the Tensorflow C API, and allows Elixir developers to leverage Machine Learning and Deep Learning solutions in their projects.

Current section

Files

Jump to
tensorflex lib graph.ex
Raw

lib/graph.ex

defmodule Tensorflex.Graph do
@moduledoc false
defstruct [:def, :name]
end