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. NOTE: To ensure that Assert executes, one usually attaches a dependency: ```python # Ensure maximum element
(condition, data, summarize=None, name=None)
source not stored for this graph (policy: none)
no test coverage detected