Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/quantize/python/
Dfold_batch_norms.py228 bn_decay_mean_tensor = None
297 bn_decay_mean_tensor = mul_match_result.get_tensor(bn_decay_pattern)
318 bn_decay_mean_tensor=bn_decay_mean_tensor,
407 bn_decay_mean_consumers = list(match.bn_decay_mean_tensor.consumers())
408 bn_decay_var_consumers = list(match.bn_decay_mean_tensor.consumers())
413 lambda: match.bn_decay_mean_tensor,
418 match.bn_decay_mean_tensor,
630 bn_decay_mean_tensor = None
686 bn_decay_mean_tensor = _FindMatchingTensor(graph, op_suffix_bn_decay_mean,
710 bn_decay_mean_tensor=bn_decay_mean_tensor,
[all …]