Home
last modified time | relevance | path

Searched refs:reshape (Results 1 - 6 of 6) sorted by relevance

/third_party/glfw/examples/
H A Dboing.c54 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 Dgears.c248 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 DTextAdapter.h67 void reshape();
H A DTextAdapter.cpp451 void TextAdapter::reshape() { in reshape() function in skottie::internal::TextAdapter
539 this->reshape(); in onSync()
/third_party/ffmpeg/tools/python/
H A Dconvert_from_tensorflow.py180 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 Dpickletester.py3078 arr = np.arange(12).reshape((3, 4))

Completed in 9 milliseconds