We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bc27d9 + fb4b964 commit 5e732b3Copy full SHA for 5e732b3
javascripts/demo.js
@@ -235,7 +235,7 @@ function demo() {
235
var listId = "dims" + t;
236
var formatNameId = "format" + t;
237
var formatName = tblFormatsView.namesCache.hasOwnProperty(t) ?
238
- tblFormatsView.namesCache[t] : "Dense";
+ tblFormatsView.namesCache[t] : "Dense array";
239
240
listTensorsBody += "<tr>";
241
listTensorsBody += "<td class=\"mdl-data-table__cell--non-numeric\" ";
0 commit comments