MCPcopy Create free account

hub / github.com/DragonflyRobotics/Neuroxide / functions

Functions180 in github.com/DragonflyRobotics/Neuroxide

Methoddeallocate
(&mut self, block: &Block)
pool.rs:29
Methoddeallocate
(&mut self, ptr: Box<dyn DevicePtr>)
crates/cuda/src/memory/cudadevice.rs:26
Methodeq
(&self, other: &Self)
crates/mempool/src/block.rs:34
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
crates/mempool/src/pool.rs:20
Methodfmt
(&self, f: &mut fmt::Formatter<'_>)
crates/mempool/src/block.rs:66
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
crates/types/src/tensor.rs:913
Methodfmt
(&self, f: &mut std::fmt::Formatter<'_>)
crates/types/src/tensor_err.rs:7
Methodforward_cpu
(inputs: Box<[SharedTensor<T>]>)
crates/ops/src/add.rs:30
Methodforward_cpu
(inputs: Box<[SharedTensor<T>]>)
crates/ops/src/matmul.rs:114
Methodforward_cpu
(inputs: Box<[SharedTensor<T>]>)
crates/ops/src/mul.rs:32
Methodforward_cpu
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/cat.rs:23
Methodforward_cpu
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/broadcast.rs:29
Methodforward_cpu
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/view.rs:23
Methodforward_cpu
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/slice.rs:23
Methodforward_cpu
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/unsqueeze.rs:23
Methodforward_cpu
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/axis_sum.rs:23
Methodforward_cpu
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/permute.rs:23
Methodforward_cpu
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/squeeze.rs:23
Functionforward_cuda
(b: &mut test::Bencher)
bench/ops/bench_mul.rs:25
Functionforward_cuda
(b: &mut test::Bencher)
bench/ops/bench_add.rs:25
Functionforward_cuda
(b: &mut test::Bencher)
bench/ops/bench_pow.rs:25
Functionforward_cuda
(b: &mut test::Bencher)
bench/ops/bench_sub.rs:25
Functionforward_cuda
(b: &mut test::Bencher)
bench/ops/bench_sin.rs:19
Functionforward_cuda
(b: &mut test::Bencher)
bench/ops/bench_div.rs:25
Functionforward_cuda
(b: &mut test::Bencher)
bench/ops/bench_matmul.rs:36
Functionforward_cuda
(b: &mut test::Bencher)
bench/ops/bench_cos.rs:19
Methodforward_cuda
(_inputs: Box<[SharedTensor<T>]>)
crates/ops/src/add.rs:99
Methodforward_cuda
(_inputs: Box<[SharedTensor<T>]>)
crates/ops/src/matmul.rs:144
Methodforward_cuda
(_inputs: Box<[SharedTensor<T>]>)
crates/ops/src/mul.rs:101
Methodforward_cuda
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/cat.rs:26
Methodforward_cuda
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/broadcast.rs:32
Methodforward_cuda
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/view.rs:26
Methodforward_cuda
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/slice.rs:26
Methodforward_cuda
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/unsqueeze.rs:26
Methodforward_cuda
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/axis_sum.rs:26
Methodforward_cuda
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/permute.rs:27
Methodforward_cuda
(_inputs: Box<[SharedTensor<T>]>)
crates/types/src/squeeze.rs:26
Methodget_branches
(&self)
crates/ops/src/add.rs:130
Methodget_branches
(&self)
crates/ops/src/matmul.rs:177
Methodget_branches
(&self)
crates/ops/src/mul.rs:142
Methodget_branches
(&self)
crates/types/src/broadcast.rs:68
Methodget_branches
(&self)
crates/types/src/view.rs:38
Methodget_branches
(&self)
crates/types/src/slice.rs:63
Methodget_branches
(&self)
crates/types/src/unsqueeze.rs:40
Methodget_branches
(&self)
crates/types/src/axis_sum.rs:37
Methodget_branches
(&self)
crates/types/src/permute.rs:45
Methodget_branches
(&self)
crates/types/src/squeeze.rs:40
Functionget_dtype
(b: &mut test::Bencher)
bench/bench_tensordb.rs:35
Methodget_flat_index
(flat_idx: usize, shape: &[usize], strides: &[usize])
crates/types/src/tensor.rs:251
Methodget_gradient
(&self)
crates/types/src/tensor_element.rs:43
Methodget_shape
(&self)
crates/types/src/tensor_element.rs:46
Methodget_stride
(&self)
crates/types/src/tensor_element.rs:49
Functioninsert_get
(b: &mut test::Bencher)
bench/bench_tensordb.rs:15
Methodlinear_to_multi
(idx: usize, shape: &[usize])
crates/types/src/tensor.rs:328
Functionmain
()
pool.rs:34
Functionmain
()
crates/cuda/build.rs:4
Functionmain
()
bin/src/main.rs:65
Functionmain
()
bin/src/bin.rs:48
Methodmat_dim_broad
( one: &SharedTensor<T>, other: &SharedTensor<T>, )
crates/types/src/tensor.rs:632
Methodnew
()
pool.rs:17
Methodnew
(device: Box<dyn DeviceAllocator>)
crates/mempool/src/pool.rs:38
Methodnew
()
crates/mempool/src/dummydevice.rs:22
Methodnew
(size: usize, ptr: Box<dyn DevicePtr>)
crates/mempool/src/block.rs:53
Methodnew
(ptr: *mut T)
crates/mempool/src/dummyptr.rs:8
Methodnew
( data: Vec<T>, shape: Box<[usize]>, device: Device, )
crates/types/src/tensor_data.rs:11
Methodnew
(data: V, shape: I)
crates/types/src/tensor.rs:45
Methodnew
()
crates/cuda/src/memory/cudadevice.rs:11
Methodnew
(ptr: *mut T)
crates/cuda/src/memory/cudaptr.rs:8
Methodones
(shape: I)
crates/types/src/tensor.rs:58
Methodpartial_cmp
(&self, other: &Self)
crates/mempool/src/block.rs:42
Methodprint
(&self, prefix: &str)
crates/mempool/src/block.rs:139
Methodprint
(&self)
crates/types/src/tensor.rs:865
Methodrecurse_backward
(tensor: SharedTensor<T>)
crates/types/src/op_stub.rs:19
Methodsize_of_elem
(&self)
crates/mempool/src/dummyptr.rs:26
Methodsize_of_elem
(&self)
crates/cuda/src/memory/cudaptr.rs:26
Methodslice
(one: &SharedTensor<T>, ranges: &[SliceInfo])
crates/types/src/tensor.rs:338
Methodsub
(self, offset: usize)
crates/mempool/src/pointers.rs:31
Functiontest_pool_malloc_free
()
crates/mempool/src/pool.rs:112
Methodvalues_ref
(&self)
crates/types/src/tensor.rs:122
Methodview
(one: &SharedTensor<T>, shape: Box<[usize]>)
crates/types/src/tensor.rs:447
← previous101–180 of 180, ranked by callers