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

Function input

tfjs-layers/src/exports.ts:161–163  ·  view source on GitHub ↗
(config: InputConfig)

Source from the content-addressed store, hash-verified

159 * @doc {heading: 'Models', subheading: 'Inputs'}
160 */
161export function input(config: InputConfig): SymbolicTensor {
162 return Input(config);
163}
164
165export function registerCallbackConstructor(
166 verbosityLevel: number,

Callers 7

testNonMaskedAttentionFunction · 0.90
testLayerCreationFunction · 0.90
constructorMethod · 0.90

Calls 1

InputFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…