MCPcopy Index your code
hub / github.com/tensorflow/tfjs / size

Method size

tfjs-converter/src/executor/tensor_array.ts:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 }
65
66 size(): number {
67 return this.tensors.length;
68 }
69
70 /**
71 * Read the value at location index in the TensorArray.

Callers 4

readMethod · 0.95
writeMethod · 0.95
gatherMethod · 0.95
concatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected