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

Method all

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

Source from the content-addressed store, hash-verified

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

Callers 15

historyFunction · 0.80
getLayerDetailsFunction · 0.80
tensorStatsFunction · 0.80
confusionMatrixFunction · 0.80
perClassAccuracyFunction · 0.80
showExamplesFunction · 0.80
loadMethod · 0.80
loadMethod · 0.80
resolveScalarsInLogsFunction · 0.80
syncDataMethod · 0.80
maybeWaitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected