We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08e3330 commit 9a5adfaCopy full SHA for 9a5adfa
nx/lib/nx/defn.ex
@@ -558,6 +558,7 @@ defmodule Nx.Defn do
558
above and you will have to restructure your code to manipulate the
559
input before streaming starts.
560
"""
561
+ @deprecated "Move the streaming loop to Elixir instead"
562
def stream(fun, args, opts \\ [])
563
when is_function(fun) and is_list(args) and is_list(opts) do
564
if Nx.Defn.Compiler.current() do
0 commit comments