MCPcopy Create free account
hub / github.com/tensorflow/tfjs / zeroPadding2d

Function zeroPadding2d

tfjs-layers/src/exports_layers.ts:928–930  ·  view source on GitHub ↗
(args?: ZeroPadding2DLayerArgs)

Source from the content-addressed store, hash-verified

926 * @doc {heading: 'Layers', subheading: 'Padding', namespace: 'layers'}
927 */
928export function zeroPadding2d(args?: ZeroPadding2DLayerArgs) {
929 return new ZeroPadding2D(args);
930}
931
932// Pooling Layers.
933

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…