Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/quantize/python/
Dfold_batch_norms.py486 base_context = split_context[-1]
489 op_suffix_gamma = base_context + '/BatchNorm/gamma'
490 op_suffix_mean = base_context + '/BatchNorm/moments/Squeeze'
491 op_suffix_variance = base_context + '/BatchNorm/moments/Squeeze_1'
492 op_suffix_moving_variance = base_context + '/BatchNorm/moving_variance/read'
493 op_suffix_moving_mean = base_context + '/BatchNorm/moving_mean/read'
494 op_suffix_epsilon = base_context + '/BatchNorm/batchnorm/add/y'
495 op_suffix_bn_decay_mean = base_context + '/BatchNorm/AssignMovingAvg/decay'
496 op_suffix_bn_decay_var = base_context + '/BatchNorm/AssignMovingAvg_1/decay'
/external/selinux/libsepol/src/
Dmodule.c283 char *base_context; in link_netfilter_contexts() local
290 if ((base_context = in link_netfilter_contexts()
294 base->netfilter_contexts = base_context; in link_netfilter_contexts()