Home
last modified time | relevance | path

Searched refs:cell2 (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/cli-table3/src/
Dlayout-manager.js15 let cell2 = row2[x];
16 while (cellsConflict(cell, cell2)) {
39 function cellsConflict(cell1, cell2) { argument
42 let yMin2 = cell2.y;
43 let yMax2 = cell2.y - 1 + (cell2.rowSpan || 1);
48 let xMin2 = cell2.x;
49 let xMax2 = cell2.x - 1 + (cell2.colSpan || 1);
/third_party/mindspore/tests/ut/python/parallel/
Dtest_pipeline_shared_parameter.py91 self.cell2 = MatMulCell2(strategy1, strategy2)
92 self.cell2.pipeline_stage = 1
96 out = self.cell2(out, param)
123 params = net.network.cell2.trainable_params()
Dtest_control_flow.py77 self.cell2 = MatMulCell()
88 out = self.cell2(out)