MCPcopy Create free account
hub / github.com/evilsocket/cake / clone

Method clone

cake-core/src/utils/fp8.rs:173–179  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

171
172impl Clone for Fp8Linear {
173 fn clone(&self) -> Self {
174 Self {
175 f8_weight: self.f8_weight.clone(),
176 weight: std::sync::RwLock::new(self.weight.read().unwrap().clone()),
177 bias: self.bias.clone(),
178 }
179 }
180}
181
182impl Fp8Linear {

Callers 15

run_master_luxttsFunction · 0.45
draw_tab_barFunction · 0.45
draw_clusterFunction · 0.45
build_cluster_linesFunction · 0.45
stream_responseFunction · 0.45
run_localFunction · 0.45
mainFunction · 0.45
gpu_deviceFunction · 0.45
ddpm_full_loopFunction · 0.45

Calls

no outgoing calls