Searched refs:z_val (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/distribute/python/ |
D | parameter_server_strategy_test.py | 246 y_val, z_val, f_val = sess.run([y, z, f]) 248 self.assertEqual(z_val, 43.0) 397 y_val, z_val, f_val = sess.run([y, z, f]) 399 self.assertEqual(z_val, 43.0) 468 x_val, y_val, z_val = sess.run([x, y, z]) 471 self.assertEqual(z_val, 30.0 + 1.0 * num_workers) 474 z_val == 30.0 + 1.0 * num_workers)
|
/external/tensorflow/tensorflow/python/training/ |
D | training_ops_test.py | 248 z_val = [[0.0], [0.0], [0.0]] 251 z = np.array(z_val).astype(dtype)
|
/external/tensorflow/tensorflow/python/framework/ |
D | importer_test.py | 1258 z_val = self.evaluate(z) 1259 self.assertEqual(z_val, -2.0)
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 5482 const GLuint z_val = z_vals[z]; in ExceedingBoundariesTest() local 5483 …const GLenum res = ((0 == x_val) && (0 == y_val) && (0 == z_val)) ? GL_NO_ERROR : GL_INVALID_VALUE; in ExceedingBoundariesTest() 5486 if (0 != z_val) in ExceedingBoundariesTest() 5501 testCase src_test_case = { tex_target, depth, height, x_val, y_val, z_val, 0, 0, 0, res }; in ExceedingBoundariesTest() 5503 testCase dst_test_case = { tex_target, depth, height, 0, 0, 0, x_val, y_val, z_val, res }; in ExceedingBoundariesTest()
|