(x_train, y_train), (x_test, y_test) = mnist.load_data()
This is tensorflow example, but I can't understand what it means I know purpose of x_train, y_train, x_test, y_test but I want to know how those are assigned. What kind of mechanism it is. Thank you