Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
37
export
function
imageDataFormat(): DataFormat {
38
return
'channelsLast'
;
39
}
Callers
10
dot
Function · 0.90
biasAdd
Function · 0.90
conv1dWithBias
Function · 0.90
conv2dWithBiasActivation
Function · 0.90
conv3dWithBias
Function · 0.90
spatial2dPadding
Function · 0.90
constructor
Method · 0.90
pool2d
Function · 0.90
pool3d
Function · 0.90
depthwiseConv2d
Function · 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…