MCPcopy
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

23declare module '../../tensor' {
24 interface Tensor<R extends Rank = Rank> {
25 exp<T extends Tensor>(this: T): T;
26 }
27}
28

Callers 15

_logcoshFunction · 0.80
losses_test.tsFile · 0.80
core_test.tsFile · 0.80
Softplus.tsFile · 0.80
Elu.tsFile · 0.80
Selu.tsFile · 0.80
selectFunction · 0.80
Sigmoid.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected