HomeSort by relevance Sort by last modified time
    Searched refs:test_height (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
fusion_test.cc 58 const int test_width = 2, test_height = 3; member in namespace:xla::__anon39070
60 const float test_float_vals[3][test_width][test_height] = {
73 new (&operand_data[i]) Array2D<float>(test_width, test_height);
75 Array2D<T> answer_data(test_width, test_height);
77 for (int j = 0; j < test_height; ++j) {
98 ShapeUtil::MakeShape(prim_type, {test_width, test_height});
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_tkinter/
test_widgets.py 258 def test_height(self): member in class:MenubuttonTest
518 def test_height(self): member in class:TextTest
967 def test_height(self): member in class:PanedWindowTest
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_tkinter/
test_widgets.py 262 def test_height(self): member in class:MenubuttonTest
522 def test_height(self): member in class:TextTest
972 def test_height(self): member in class:PanedWindowTest
    [all...]
  /external/python/cpython2/Lib/lib-tk/test/test_ttk/
test_widgets.py 431 def test_height(self): member in class:ComboboxTest
1148 def test_height(self): member in class:TreeviewTest
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_widgets.py 429 def test_height(self): member in class:ComboboxTest
1148 def test_height(self): member in class:TreeviewTest
    [all...]

Completed in 1295 milliseconds