MCPcopy
hub / github.com/tensorflow/tfjs-examples / textLen

Method textLen

lstm-text-generation/data.js:101–103  ·  view source on GitHub ↗

* Get length of the training text data. * * @returns {number} Length of training text data.

()

Source from the content-addressed store, hash-verified

99 * @returns {number} Length of training text data.
100 */
101 textLen() {
102 return this.textLen_;
103 }
104
105 /**
106 * Get the length of each training example.

Callers 1

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected