mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 11:37:11 +00:00
Skeleton implementation for softmax.
This commit is contained in:
@ -147,6 +147,10 @@ impl CpuStorage {
|
||||
}
|
||||
}
|
||||
|
||||
pub(crate) fn divide_by_sum_over_dim(&mut self, _shape: &Shape, _dim: usize) {
|
||||
todo!()
|
||||
}
|
||||
|
||||
pub(crate) fn affine_impl(
|
||||
&self,
|
||||
shape: &Shape,
|
||||
|
Reference in New Issue
Block a user