MCPcopy
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

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

Callers 9

applyMethod · 0.80
mergeFunctionMethod · 0.80
merge_test.tsFile · 0.80
binary_ops_test.tsFile · 0.80
bucketsMethod · 0.80
executeOpFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected