↓ 48 callersFunctionlinear(args, output_size, bias, bias_start=0.0, scope=None, squeeze=False, wd=0.0, input_keep_prob=1.0,
i
python/my/tensorflow/nn.py:10
↓ 17 callersFunctionresidual(config, x, in_filter, out_filter, kernel_size, name, padding = "SAME", activate_before_residual=False, act =
python/models/attmix_CNN.py:1124
↓ 11 callersFunctionexp_maskGive very negative number to unmasked elements in val. For example, [-3, -2, 10], [True, True, False] -> [-3, -2, -1e9]. Typically, this effec
python/my/tensorflow/general.py:105
↓ 9 callersFunctionhighway_network(arg, num_layers, bias, bias_start=0.0, scope=None, wd=0.0, input_keep_prob=1.0, is_train=None, output_size =
python/my/tensorflow/nn.py:160
↓ 8 callersFunctionsoftsel :param target: [ ..., J, d] dtype=float :param logits: [ ..., J], dtype=float :param mask: [ ..., J], dtype=bool :param scope: :
python/my/tensorflow/nn.py:53
↓ 5 callersFunctionget_logits(args, size, bias, bias_start=0.0, scope=None, mask=None, wd=0.0, input_keep_prob=1.0, is_train=None, func=Non
python/my/tensorflow/nn.py:102
↓ 4 callersFunctionconv2d(in_, filter_size, height, padding, is_train=None, keep_prob=1.0, scope=None)
python/my/tensorflow/nn.py:197
↓ 4 callersFunctioncross_attention_layer(config, is_train, p, h, p_mask=None, h_mask=None, scope=None, tensor_dict=None)
python/models/attmix_CNN.py:1102
↓ 4 callersFunctiondense_logits_softmax_features(config, dense_logit_feature, collection, ph_mask, switch , scope=None)
python/models/attmix_CNN.py:931
↓ 4 callersFunctiondense_net_block(config, feature_map, growth_rate, layers, kernel_size, is_train ,padding="SAME", act=tf.nn.relu, scope=None,
python/models/attmix_CNN.py:1339
↓ 4 callersFunctionmulti_conv1d(in_, filter_sizes, heights, padding, is_train=None, keep_prob=1.0, scope=None)
python/my/tensorflow/nn.py:184
↓ 3 callersFunctionbi_attention(config, is_train, p, h, p_mask=None, h_mask=None, scope=None, h_value = None)
python/models/attmix_CNN.py:1069
↓ 3 callersFunctiondense_net_block(config, feature_map, growth_rate, layers, kernel_size, is_train, padding="SAME", act=tf.nn.relu, scope=None)
python/models/DIIN.py:334
↓ 3 callersFunctionlinear_logits(args, bias, bias_start=0.0, scope=None, mask=None, wd=0.0, input_keep_prob=1.0, is_train=None)
python/my/tensorflow/nn.py:80
↓ 2 callersFunctiondense_logits(config, args, out_size, bias, bias_start=0.0, scope=None, mask=None, wd=0.0, input_keep_prob=1.0, is_train=No
python/my/tensorflow/nn.py:226
↓ 2 callersFunctiondouble_linear_logits(args, size, bias, bias_start=0.0, scope=None, mask=None, wd=0.0, input_keep_prob=1.0, is_train=None)
python/my/tensorflow/nn.py:69
↓ 1 callersFunctionbi_attention_mx(config, is_train, p, h, p_mask=None, h_mask=None, scope=None, tensor_dict=None)
python/models/attmix_CNN.py:904
↓ 1 callersFunctionbi_attention_mx(config, is_train, p, h, p_mask=None, h_mask=None, scope=None)
python/models/DIIN.py:226
↓ 1 callersFunctionconv1d(in_, filter_size, height, padding, is_train=None, keep_prob=1.0, scope=None)
python/my/tensorflow/nn.py:171
↓ 1 callersFunctionhighway_layer(arg, bias, bias_start=0.0, scope=None, wd=0.0, input_keep_prob=1.0, is_train=None, output_size = None)
python/my/tensorflow/nn.py:143