Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ exp
Method
exp
tfjs-core/src/public/chained_ops/exp.ts:25–25 ·
view source on GitHub ↗
(this: T)
Source
from the content-addressed store, hash-verified
23
declare module
'../../tensor'
{
24
interface
Tensor<R extends Rank = Rank> {
25
exp<T extends Tensor>(this: T): T;
26
}
27
}
28
Callers
15
activations_test.ts
File · 0.80
sigmoidCrossEntropyWithLogits
Function · 0.80
_logcosh
Function · 0.80
losses_test.ts
File · 0.80
tfjs_backend_test.ts
File · 0.80
core_test.ts
File · 0.80
advanced_activation_test.ts
File · 0.80
Softplus.ts
File · 0.80
Elu.ts
File · 0.80
Selu.ts
File · 0.80
select
Function · 0.80
Sigmoid.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected