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

Method sign

tfjs-core/src/public/chained_ops/sign.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 sign<T extends Tensor>(this: T): T;
26 }
27}
28

Callers 6

applyMethod · 0.80
selectFunction · 0.80
Erf.tsFile · 0.80
sign_test.tsFile · 0.80
executeOpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected