Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
laggui committed Nov 13, 2024
1 parent 0a928d0 commit e27a4d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/burn-router/src/ops/op_float.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1478,7 +1478,10 @@ impl<R: RunnerChannel> FloatTensorOps<Self> for BackendRouter<R> {
out
}

fn float_cast(_tensor: FloatTensor<Self>, _dtype: burn_tensor::FloatDType) -> FloatTensor<Self> {
fn float_cast(
_tensor: FloatTensor<Self>,
_dtype: burn_tensor::FloatDType,
) -> FloatTensor<Self> {
todo!()
}
}

0 comments on commit e27a4d8

Please sign in to comment.