Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ constructor
Method
constructor
tfjs-backend-cpu/src/backend_cpu.ts:47–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
}
46
47
constructor() {
48
super();
49
this.data =
new
DataStorage(this, engine());
50
}
51
52
override write(
53
values: backend_util.BackendValues, shape: number[],
Callers
nothing calls this directly
Calls
1
engine
Function · 0.90
Tested by
no test coverage detected