Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed May 27, 2024
1 parent d4741cf commit 2e72a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system-a/networks/denseBlock.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Block } from "./Block.js"
import { Block, type BlockFn } from "./Block.js"
import { relu } from "./relu.js"

export function denseBlock(inputSize: number, layerWidth: number): Block {
Expand Down

0 comments on commit 2e72a71

Please sign in to comment.