Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
declare module
'../../tensor'
{
24
interface
Tensor<R extends Rank = Rank> {
25
sign<T extends Tensor>(this: T): T;
26
}
27
}
28
Callers
6
apply
Method · 0.80
tfjs_backend_test.ts
File · 0.80
select
Function · 0.80
Erf.ts
File · 0.80
sign_test.ts
File · 0.80
executeOp
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected