Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Narsil/smelte-rs
/ functions
Functions
212 in github.com/Narsil/smelte-rs
⨍
Functions
212
◇
Types & classes
58
Function
test_cuda_unsplit_heads
()
src/nn/models/bert.rs:715
Function
test_embedding
()
src/nn/layers/embedding.rs:34
Function
test_embedding_errors
()
src/nn/layers/embedding.rs:42
Function
test_layer_norm
()
src/nn/layers/layer_norm.rs:38
Function
test_linear
()
src/nn/layers/linear.rs:93
Function
test_split_heads
()
src/nn/models/bert.rs:674
Function
test_unsplit_heads
()
src/nn/models/bert.rs:685
Method
weight
TODO
src/nn/layers/embedding.rs:22
Method
zeros
(&self, shape: Vec<usize>)
src/gpu/f32/traits.rs:23
Method
zeros
(&self, shape: Vec<usize>)
src/cpu/f32/traits.rs:22
Method
zeros
Creates a new nulled tensor with given shape ``` use smelte_rs::cpu::f32::Tensor; let tensor = Tensor::zeros(vec![2, 2]); ```
src/cpu/f32/tensor.rs:68
Method
zeros
Creates a new nulled tensor with given shape ``` use smelte-rs::cpu::f16::Tensor; let tensor = Tensor::zeros(vec![2, 2]); ```
src/cpu/f16/tensor.rs:53
← previous
201–212 of 212, ranked by callers