Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/evilsocket/cake
/ exp_mul
Method
exp_mul
cake-core/src/backends/cpu/mod.rs:256–258 ·
view source on GitHub ↗
(&self, x: &Tensor, y: &Tensor)
Source
from the content-addressed store, hash-verified
254
}
255
256
fn exp_mul(&self, x: &Tensor, y: &Tensor) -> Result<Tensor> {
257
x * y.exp()?
258
}
259
260
fn sub_mul(&self, a: &Tensor, b: &Tensor, c: &Tensor) -> Result<Tensor> {
261
(a - b)? * c
Callers
3
fused_exp_mul_gpu
Function · 0.45
test_cpu_backend_exp_mul
Function · 0.45
metal_exp_mul_matches_cpu
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_cpu_backend_exp_mul
Function · 0.36
metal_exp_mul_matches_cpu
Function · 0.36