Home
last modified time | relevance | path

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

/external/v8/test/cctest/compiler/
Dcodegen-tester.cc290 int num_int_inputs = static_cast<int>(inputs.size()); in TestAllInputShapes() local
291 if (num_int_inputs > 16) num_int_inputs = 16; // limit to 16 inputs in TestAllInputShapes()
293 for (int i = -2; i < num_int_inputs; i++) { // for all left shapes in TestAllInputShapes()
294 for (int j = -2; j < num_int_inputs; j++) { // for all right shapes in TestAllInputShapes()