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

Method div

tfjs-core/src/public/chained_ops/div.ts:24–24  ·  view source on GitHub ↗
(b: Tensor|TensorLike)

Source from the content-addressed store, hash-verified

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

Callers 15

cartoonizeFunction · 0.80
imageToInputFunction · 0.80
normalizeTensorFunction · 0.80
precisionFunction · 0.80
recallFunction · 0.80
r2ScoreFunction · 0.80
applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
l2NormalizeFunction · 0.80
categoricalCrossentropyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected