Home
last modified time | relevance | path

Searched defs:input_ids (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/tests/st/fl/albert/src/
Dcell_wrapper.py170 def construct(self, input_ids, input_mask, token_type_id, label_ids): argument
184 def construct(self, input_ids, input_mask, token_type_id, label_ids): argument
255 def construct(self, input_ids, input_mask, token_type_id, label_ids): argument
288 def construct(self, input_ids, input_mask, token_type_id, label_ids): argument
Dmodel.py153 def construct(self, input_ids): argument
749 def construct(self, input_ids, token_type_ids, input_mask): argument
828 def construct(self, input_ids, input_mask, token_type_id): argument
861 def construct(self, input_ids, input_mask, token_type_id): argument
887 def construct(self, input_ids, input_mask, token_type_id): argument
Ddataset.py28 def __init__(self, input_ids, input_mask, segment_ids, label_id, seq_length=None): argument
/third_party/mindspore/tests/st/networks/models/bert/src/
Dbert_for_pre_training.py165 def construct(self, input_ids, input_mask, token_type_id, argument
243 input_ids, argument
293 input_ids, argument
382 input_ids, argument
Dbert_model.py138 def construct(self, input_ids): argument
915 def construct(self, input_ids, token_type_ids, input_mask): argument
/third_party/mindspore/tests/ut/data/dataset/testTFBert5Rows2/
DdatasetSchema.json5 "input_ids": { object
/third_party/mindspore/tests/ut/data/dataset/testTFBert5Rows/
DdatasetSchema.json30 "input_ids": { object
/third_party/mindspore/tests/mindspore_test_framework/apps/
Dtest_bert_parts.py86 input_ids, input_mask, token_type_id, \ variable
/third_party/mindspore/mindspore/lite/examples/export_models/models/
Dtinybert_train_export.py158 input_ids = M.Tensor(input_ids_np, M.int32) variable
/third_party/mindspore/mindspore/parallel/nn/
Dtransformer.py537 def construct(self, input_ids): argument