MCPcopy Index your code
hub / github.com/tensorflow/tfjs / imageDataFormat

Function imageDataFormat

tfjs-layers/src/backend/common.ts:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 * Returns the default image data format convention.
36 */
37export function imageDataFormat(): DataFormat {
38 return 'channelsLast';
39}

Callers 10

dotFunction · 0.90
biasAddFunction · 0.90
conv1dWithBiasFunction · 0.90
conv2dWithBiasActivationFunction · 0.90
conv3dWithBiasFunction · 0.90
spatial2dPaddingFunction · 0.90
constructorMethod · 0.90
pool2dFunction · 0.90
pool3dFunction · 0.90
depthwiseConv2dFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…