↓ 1 callersFunctionself_attention_layer(network_helper, prefix, config, weights_dict, input_tensor, imask)
shenlan_homework_bert/builder.py:84
↓ 1 callersFunctionself_output_layer(network_helper, prefix, config, weights_dict, hidden_states, input_tensor)
shenlan_homework_bert/builder.py:116
↓ 1 callersFunctiontransformer_layer(network_helper, prefix, config, weights_dict, input_tensor, imask)
shenlan_homework_bert/builder.py:138
Method__init__(self, data_txt, bert_path, cache_file, batch_size, max_seq_length, num_inputs)
shenlan_homework_bert/calibrator.py:32