Skip to content

Commit

Permalink
vscode pls dont add randon lines in my code
Browse files Browse the repository at this point in the history
  • Loading branch information
cocoa-xu committed Mar 12, 2023
1 parent 41a73d4 commit 921e9a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/tflite_elixir.ex
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ defmodule TFLiteElixir do
nil
end

@spec resetVariableTensor(%TFLiteElixir.TFLiteTensor{optional(any) => any}) :: any
def resetVariableTensor(%TFLiteTensor{}=tflite_tensor) do
TFLiteElixir.Nif.tflite_resetVariableTensor(tflite_tensor)
end
Expand Down

0 comments on commit 921e9a4

Please sign in to comment.