mkl_pooling_ops_common.cc: convert asserts to DCHECKs.
DCHECK is more idiomatic in the Tensorflow code base. Also, some of the "not-reached" asserts were actually inverted, asserting an always-true rather than an always-false expression. PiperOrigin-RevId: 211986533
Loading
Please sign in to comment