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

Method max

tfjs-core/src/public/chained_ops/max.ts:24–24  ·  view source on GitHub ↗
(axis?: number|number[], keepDims?: boolean)

Source from the content-addressed store, hash-verified

22declare module '../../tensor' {
23 interface Tensor<R extends Rank = Rank> {
24 max<T extends Tensor>(axis?: number|number[], keepDims?: boolean): T;
25 }
26}
27

Callers 15

tensorStatsFunction · 0.80
confusionMatrixFunction · 0.80
perClassAccuracyFunction · 0.80
computeDatasetStatisticsFunction · 0.80
computeDatasetStatisticsFunction · 0.80
applyMethod · 0.80
applyMethod · 0.80
categoricalHingeFunction · 0.80
calcLogFunction · 0.80
losses_test.tsFile · 0.80
klElementFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected