Searched refs:x_matrix (Results 1 – 2 of 2) sorted by relevance
38 x_matrix = _to_matrix(x)40 x_shape = x_matrix.shape48 array_ops.expand_dims(x_matrix, 1), [1, y_shape[0], 1])
402 auto x_matrix = x.matrix<float>(); in TEST_F() local403 x_matrix = y_normalized; in TEST_F()410 lambda = y_matrix(0, 0) / x_matrix(0, 0); in TEST_F()414 error_square_sum = (x_matrix - y_normalized).square().sum(sum_along_dim); in TEST_F()415 VLOG(1) << "x = [" << x_matrix.shuffle(matrix_transpose) << "] y = [" in TEST_F()