MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / log

Function log

mllm/nn/Functional.cpp:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94Tensor log(const Tensor& x) { return Context::instance().buildOpAndSubmitTask(OpTypes::kLog, aops::LogOpOptions{}, {x})[0]; }
95
96Tensor exp(const Tensor& x) { return Context::instance().buildOpAndSubmitTask(OpTypes::kExp, aops::ExpOpOptions{}, {x})[0]; }
97

Callers 7

calMethod · 0.85
hertz_to_mel_slaneyFunction · 0.85
mel_to_hertz_slaneyFunction · 0.85
forwardMethod · 0.85
get_sliced_gridMethod · 0.85
forwardMethod · 0.85

Calls 1

buildOpAndSubmitTaskMethod · 0.80

Tested by

no test coverage detected