MCPcopy
hub / github.com/tensorflow/tfjs / relu

Method relu

tfjs-core/src/public/chained_ops/relu.ts:23–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21declare module '../../tensor' {
22 interface Tensor<R extends Rank = Rank> {
23 relu<T extends Tensor>(): T;
24 }
25}
26

Callers 15

applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
gradients_test.tsFile · 0.80
debug_mode_test.tsFile · 0.80
relu_test.tsFile · 0.80
applyActivationMethod · 0.80

Calls

no outgoing calls

Tested by 4

__call__Method · 0.64
__call__Method · 0.64
testNonPreluPatternMethod · 0.64