↓ 1 callersMethod__extract_inputextract the input X (k_h, k_w, c) of a conv layer Args: conv: a convolution operation Returns: bathces of X (N, k_h, k_w, c)
learners/channel_pruning/channel_pruner.py:391
↓ 1 callersMethod__init__(self, allowed_borders, positive_threshold, ignore_threshold, prior_scaling, clip=False)
utils/external/ssd_tensorflow/utility/anchor_manipulator.py:111