Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorflow/tfjs
/ now
Function
now
tfjs-core/src/util.ts:85–87 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
83
* @doc {heading:
'Util'
, namespace:
'util'
}
84
*/
85
export
function
now(): number {
86
return
env().platform.now();
87
}
88
89
/**
90
* Returns a platform-specific implementation of
Callers
1
time
Method · 0.90
Calls
2
env
Function · 0.90
now
Method · 0.65
Tested by
no test coverage detected