Home
last modified time | relevance | path

Searched refs:_IsValidUnfusedBatchNorm (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/contrib/quantize/python/
Dfold_batch_norms.py522 if not _IsValidUnfusedBatchNorm(graph, bn):
566 def _IsValidUnfusedBatchNorm(graph, context): function