Searched refs:reshape (Results 1 - 6 of 6) sorted by relevance
/third_party/glfw/examples/ |
H A D | boing.c | 54 void reshape( GLFWwindow* window, int w, int h ); 215 * reshape() 217 void reshape( GLFWwindow* window, int w, int h ) in reshape() function 641 glfwSetFramebufferSizeCallback(window, reshape); in main() 651 reshape(window, width, height); in main()
|
H A D | gears.c | 248 void reshape( GLFWwindow* window, int width, int height ) in reshape() function 328 glfwSetFramebufferSizeCallback(window, reshape); in main() 336 reshape(window, width, height); in main()
|
/third_party/skia/modules/skottie/src/text/ |
H A D | TextAdapter.h | 67 void reshape();
|
H A D | TextAdapter.cpp | 451 void TextAdapter::reshape() { in reshape() function in skottie::internal::TextAdapter 539 this->reshape(); in onSync()
|
/third_party/ffmpeg/tools/python/ |
H A D | convert_from_tensorflow.py | 180 kernel = kernel.reshape(filter_height, filter_width, in_channels, out_channels) 234 kernel = kernel.reshape(in_channels, out_channels) 278 kernel = kernel.reshape(filter_height, filter_width, in_channels, out_channels)
|
/third_party/python/Lib/test/ |
H A D | pickletester.py | 3078 arr = np.arange(12).reshape((3, 4))
|
Completed in 9 milliseconds