Searched refs:AlreadyExistsError (Results 1 – 12 of 12) sorted by relevance
1 path: "tensorflow.errors.AlreadyExistsError"3 is_instance: "<class \'tensorflow.python.framework.errors_impl.AlreadyExistsError\'>"
16 name: "AlreadyExistsError"
297 class AlreadyExistsError(OpError): class310 super(AlreadyExistsError, self).__init__(node_def, op, message,488 ALREADY_EXISTS: AlreadyExistsError,
56 (errors.ALREADY_EXISTS, errors_impl.AlreadyExistsError),
100 with self.assertRaises(errors.AlreadyExistsError):230 with self.assertRaises(errors.AlreadyExistsError):
13 class AlreadyExistsError(Exception): pass class73 raise AlreadyExistsError("Tab named '%s' already exists" %tab_name)420 raise AlreadyExistsError(
66 with self.assertRaises(errors.AlreadyExistsError):193 with self.assertRaises(errors.AlreadyExistsError):218 with self.assertRaises(errors.AlreadyExistsError):
116 with self.assertRaises(errors.AlreadyExistsError):
209 with self.assertRaises(errors.AlreadyExistsError):
1274 with self.assertRaises(errors.AlreadyExistsError):