Searched refs:OperatorNotAllowedInGraphError (Results 1 – 11 of 11) sorted by relevance
1 path: "tensorflow.errors.OperatorNotAllowedInGraphError"3 is_instance: "<class \'tensorflow.python.framework.errors_impl.OperatorNotAllowedInGraphError\'>"
88 name: "OperatorNotAllowedInGraphError"
80 ### "OperatorNotAllowedInGraphError: using a `tf.Tensor` as a Python `bool`"99 break # raises OperatorNotAllowedInGraphError124 ### "OperatorNotAllowedInGraphError: iterating over `tf.Tensor`"
435 # Raises OperatorNotAllowedInGraphError: using a `tf.Tensor` as a Python `bool` is not allowed
490 except errors_impl.OperatorNotAllowedInGraphError as e:1000 except errors_impl.OperatorNotAllowedInGraphError as e:
35 class OperatorNotAllowedInGraphError(TypeError): class
526 raise errors.OperatorNotAllowedInGraphError(532 raise errors.OperatorNotAllowedInGraphError(537 raise errors.OperatorNotAllowedInGraphError(542 raise errors.OperatorNotAllowedInGraphError(
1302 with self.assertRaisesRegex(tf_errors.OperatorNotAllowedInGraphError,1308 with self.assertRaisesRegex(tf_errors.OperatorNotAllowedInGraphError,
110 errors_impl.OperatorNotAllowedInGraphError):
462 with self.assertRaisesRegex(errors_impl.OperatorNotAllowedInGraphError,
786 except errors.OperatorNotAllowedInGraphError as e: