Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/distribute/python/
Dcross_device_ops_test.py523 right_values = np.array(list(right.values)).flatten()
524 self.assertEqual(len(left_values), len(right_values))
525 for l, r in zip(left_values, right_values):
/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp13844 const glw::GLdouble* right_values = (glw::GLdouble*)right; in compare() local
13849 const glw::GLdouble right_value = right_values[component]; in compare()
13866 const glw::GLint* right_values = (glw::GLint*)right; in compare() local
13871 const glw::GLint right_value = right_values[component]; in compare()
13887 const glw::GLuint* right_values = (glw::GLuint*)right; in compare() local
13892 const glw::GLuint right_value = right_values[component]; in compare()