Skip to content

Commit

Permalink
Docs/tensor basic ops (tracel-ai#2468)
Browse files Browse the repository at this point in the history
* docs: examples-for-tensor-basic-ops

* docs: add-indexing-examples

* fix: failing-doc-examples

* Shorten some examples + formatting

---------

Co-authored-by: Guillaume Lagrange <[email protected]>
  • Loading branch information
quinton11 and laggui authored Nov 13, 2024
1 parent 34b303e commit a4567db
Show file tree
Hide file tree
Showing 3 changed files with 546 additions and 37 deletions.
2 changes: 1 addition & 1 deletion crates/burn-remote/src/server/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use std::sync::mpsc::Sender;

use crate::shared::{ConnectionId, TaskResponse, TaskResponseContent};

/// The goal of the processor is to asynchonously process compute tasks on it own thread.
/// The goal of the processor is to asynchronously process compute tasks on it own thread.
pub struct Processor<B: ReprBackend> {
p: PhantomData<B>,
}
Expand Down
Loading

0 comments on commit a4567db

Please sign in to comment.