Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
22
declare module
'../../tensor'
{
23
interface
Tensor<R extends Rank = Rank> {
24
div<T extends Tensor>(b: Tensor|TensorLike): T;
25
}
26
}
27
Callers
15
cartoonize
Function · 0.80
imageToInput
Function · 0.80
normalizeTensor
Function · 0.80
precision
Function · 0.80
recall
Function · 0.80
r2Score
Function · 0.80
apply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
l2Normalize
Function · 0.80
meanAbsolutePercentageError
Function · 0.80
categoricalCrossentropy
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected