MCPcopy
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

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

Callers 14

tensorStatsFunction · 0.80
accuracyFunction · 0.80
binaryAccuracyFunction · 0.80
categoricalAccuracyFunction · 0.80
truePositivesFunction · 0.80
falseNegativesFunction · 0.80
falsePositivesFunction · 0.80
signFunction · 0.80
equal_test.tsFile · 0.80
fFunction · 0.80
bucketsMethod · 0.80

Calls

no outgoing calls

Tested by 1

find_next_oddMethod · 0.64