mirror of
https://github.com/tig-pool-nk/tig-monorepo.git
synced 2026-02-21 20:07:22 +08:00
Fix typo nn -> neuralnet.
This commit is contained in:
parent
05baad7688
commit
33c8b7a779
@ -10,7 +10,7 @@ use serde::{Deserialize, Serialize};
|
||||
use serde_json::{from_value, Map, Value};
|
||||
use std::{any::Any, sync::Arc};
|
||||
|
||||
use crate::nn::MLP;
|
||||
use crate::neuralnet::MLP;
|
||||
|
||||
const THREADS_PER_BLOCK: u32 = 1024;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user