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

Method write

tfjs-core/src/backends/backend.ts:128–130  ·  view source on GitHub ↗
(values: BackendValues, shape: number[], dtype: DataType)

Source from the content-addressed store, hash-verified

126 return notYetImplemented('disposeData');
127 }
128 write(values: BackendValues, shape: number[], dtype: DataType): DataId {
129 return notYetImplemented('write');
130 }
131 move(
132 dataId: DataId, values: BackendValues, shape: number[], dtype: DataType,
133 refCount: number): void {

Callers

nothing calls this directly

Calls 1

notYetImplementedFunction · 0.85

Tested by

no test coverage detected