Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ equal
Method
equal
tfjs-core/src/public/chained_ops/equal.ts:23–23 ·
view source on GitHub ↗
(b: Tensor|TensorLike)
Source
from the content-addressed store, hash-verified
21
declare module
'../../tensor'
{
22
interface
Tensor<R extends Rank = Rank> {
23
equal<T extends Tensor>(b: Tensor|TensorLike): T;
24
}
25
}
26
Callers
14
tensorStats
Function · 0.80
accuracy
Function · 0.80
binaryAccuracy
Function · 0.80
categoricalAccuracy
Function · 0.80
truePositives
Function · 0.80
falseNegatives
Function · 0.80
falsePositives
Function · 0.80
sparseCategoricalAccuracy
Function · 0.80
sign
Function · 0.80
equal_test.ts
File · 0.80
f
Function · 0.80
buckets
Method · 0.80
Calls
no outgoing calls
Tested by
1
find_next_odd
Method · 0.64