Home
last modified time | relevance | path

Searched refs:y_matrix (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/utils/
Dkernelized_utils.py39 y_matrix = _to_matrix(y)
41 y_shape = y_matrix.shape
50 array_ops.expand_dims(y_matrix, 0), [x_shape[0], 1, 1])
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_test.cc406 auto y_matrix = y.matrix<float>(); in TEST_F() local
410 lambda = y_matrix(0, 0) / x_matrix(0, 0); in TEST_F()
413 y_normalized = y_matrix * (1 / norm); in TEST_F()
416 << y_matrix.shuffle(matrix_transpose) << "] lambda = " << lambda; in TEST_F()