Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ exp_two
Function
exp_two
tests/compile_tests.cpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
auto exp_two(const std::vector<array>& inputs) {
148
auto a = inputs[0];
149
return std::vector<array>{exp(a) + exp(a)};
150
};
151
152
TEST_CASE(
"test simplify"
) {
153
set_compile_mode(CompileMode::no_fuse);
Callers
nothing calls this directly
Calls
1
exp
Function · 0.50
Tested by
no test coverage detected