Searched refs:v_z (Results 1 – 2 of 2) sorted by relevance
30 Vector(float v_x, float v_y, float v_z);116 inline Vector::Vector(float v_x, float v_y, float v_z) in Vector() argument120 z = v_z; in Vector()
984 v_z = variable_scope.get_variable(var_name, shape=())988 func = lambda x: array_ops.identity(x) + 5.0 + v_z + v_o994 self.assertEqual(set(dependent_vars), set([v_o, v_z]))