Home
last modified time | relevance | path

Searched defs:squareSize (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/tests/compiler_tests/
DVariablePacker_test.cpp150 int squareSize = std::max(gl::VariableRowCount(type), gl::VariableColumnCount(type)); in TEST() local
171 int squareSize = std::max(rows, cols); in TEST() local
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DStylizeActivity.java541 final int squareSize = 10; in stylizeImage() local