tf.raw_ops.Assert

Asserts that the given condition is true.

If condition evaluates to false, print the list of tensors in data. summarize determines how many entries of the tensors to print.

conditionA Tensor of type bool. The condition to evaluate.
dataA list of Tensor objects. The tensors to print out when condition is false.
summarizeAn optional int. Defaults to 3. Print this many entries of each tensor.
nameA name for the operation (optional).

The created Operation.