Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs-examples
/ sampleLen
Method
sampleLen
lstm-text-generation/data.js:108–110 ·
view source on GitHub ↗
* Get the length of each training example.
()
Source
from the content-addressed store, hash-verified
106
* Get the length of each training example.
107
*/
108
sampleLen() {
109
return
this.sampleLen_;
110
}
111
112
/**
113
* Get the size of the character set.
Callers
5
main
Function · 0.95
generateText
Function · 0.80
data_test.js
File · 0.80
constructor
Method · 0.80
model_test.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected