Skip to content

Commit

Permalink
Update SymbolicsLuxCoreExt.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Sep 7, 2024
1 parent 754ba8a commit a753920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/SymbolicsLuxCoreExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module SymbolicsLuxCoreExt
using LuxCore, Symbolics

@register_array_symbolic LuxCore.stateless_apply(
model::LuxCore.AbstractExplicitLayer, x::AbstractArray, ps::Union{NamedTuple, <:AbstractVector}) begin
model::LuxCore.AbstractLuxLayer, x::AbstractArray, ps::Union{NamedTuple, <:AbstractVector}) begin
size = LuxCore.outputsize(model, x, LuxCore._default_rng())
eltype = Real
end
Expand Down

0 comments on commit a753920

Please sign in to comment.