Skip to content

Commit

Permalink
fix pb and pb2 for sparsepoolprod
Browse files Browse the repository at this point in the history
  • Loading branch information
cortner committed Jun 12, 2024
1 parent f919f42 commit 1e2b378
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 332 deletions.
5 changes: 3 additions & 2 deletions src/Polynomials4ML.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import WithAlloc: whatalloc
using LuxCore, Random, StaticArrays
import ChainRulesCore: rrule, frule, NoTangent, ZeroTangent
using HyperDualNumbers: Hyper
using ForwardDiff: Dual, extract_derivative

import LuxCore: AbstractExplicitLayer, AbstractExplicitContainerLayer,
initialparameters, initialstates
Expand All @@ -28,10 +29,10 @@ function index end
function orthpolybasis end
function degree end

function pullback end
function pullback! end
function pullback end
function pullback! end
function pullback2! end
function pullback2 end
function pushforward end
function pushforward! end

Expand Down
Loading

0 comments on commit 1e2b378

Please sign in to comment.