MCPcopy
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

mainFunction · 0.95
generateTextFunction · 0.80
data_test.jsFile · 0.80
constructorMethod · 0.80
model_test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected