Home
last modified time | relevance | path

Searched refs:width (Results 1 – 2 of 2) sorted by relevance

/test/mlts/benchmark/results/
DChart.bundle.min.js10width=s?void 0:d.size},getValueScaleId:function(){return this.getMeta().yAxisID},getIndexScaleId:f… property
/test/mlts/benchmark/tools/
Dtensor_utils.py33 width = math.ceil(len(array)**0.5)
34 height = math.ceil(len(array)/ width)
36 pad_width=(0, width * height - len(array)),
39 padded = padded.reshape(width, -1)