Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ minimum
Method
minimum
tfjs-core/src/public/chained_ops/minimum.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
minimum<T extends Tensor>(b: Tensor|TensorLike): T;
24
}
25
}
26
Callers
9
apply
Method · 0.80
mergeFunction
Method · 0.80
merge_test.ts
File · 0.80
computeSelfAttentionMask
Method · 0.80
mergePaddingAndAttentionMask
Function · 0.80
binary_ops_test.ts
File · 0.80
buckets
Method · 0.80
cpu_forwarding_test.ts
File · 0.80
executeOp
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected