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

Method getConfig

tfjs-layers/src/engine/input_layer.ts:131–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129 }
130
131 override getConfig(): serialization.ConfigDict {
132 return {
133 batchInputShape: this.batchInputShape,
134 dtype: this.dtype,
135 sparse: this.sparse,
136 name: this.name
137 };
138 }
139}
140serialization.registerClass(InputLayer);
141

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected