def scope(): return tf.variable_scope( 'MobilenetV1', custom_getter=masked_variable_getter() )
def _scope(): return tf.variable_scope('LeNet', custom_getter=masked_variable_getter( mask_filter=_trainable_variable_filter))
def _scope(): return tf.variable_scope('', custom_getter=masked_variable_getter())