View Source TFLiteElixir.MobileBert (tflite_elixir v0.3.7)

Summary

Functions

@spec init(String.t()) :: %TFLiteElixir.MobileBert{
  interpreter: term(),
  tensors: term(),
  vocab_map: term()
}
Link to this function

run(self, query, content)

View Source