Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/tests/st/networks/models/bert/bert_performance/src/
Dbert_for_pre_training.py166 def construct(self, input_ids, input_mask, token_type_id, argument
246 input_ids, argument
282 input_ids, argument
361 input_ids, argument
435 input_ids, argument
583 input_ids, argument
729 input_ids, argument
834 input_ids, argument
891 input_ids, argument
Dbert_model.py126 def construct(self, input_ids): argument
830 def construct(self, input_ids, token_type_ids, input_mask): argument
/third_party/mindspore/mindspore-src/source/tests/ut/python/parallel/
Dtest_autoparallel_rec_shared_param_strmodif.py31 def __init__(self, input_ids, length=3): argument
68 def construct(self, input_ids): argument
Dtest_asd.py79 def construct(self, input_ids): argument
159 def construct(self, input_ids): argument
Dtest_dynamic_pangu_alpha_without_skip_redistribution.py292 def construct(self, input_ids): argument
825 …def construct(self, input_ids, input_mask, input_position=None, attention_mask=None, layer_past=No… argument
917 def construct(self, input_ids, input_mask, input_position=None, attention_mask=None, past=None): argument
1025 def construct(self, input_ids, input_position, attention_mask): argument
1328 def construct(self, input_ids, input_position, attention_mask, layer_past=None, sens=None): argument
1422 input_ids, argument
Dtest_dynamic_pangu_alpha.py288 def construct(self, input_ids): argument
822 …def construct(self, input_ids, input_mask, input_position=None, attention_mask=None, layer_past=No… argument
912 def construct(self, input_ids, input_mask, input_position=None, attention_mask=None, past=None): argument
1018 def construct(self, input_ids, input_position, attention_mask): argument
1325 def construct(self, input_ids, input_position, attention_mask, layer_past=None, sens=None): argument
1418 input_ids, argument
Dtest_auto_parallel_frontend_scheduling_with_pangu_alpha.py466 def construct(self, input_ids): argument
479 def construct(self, input_ids, input_position, init_reset, batch_valid_length): argument
576 def construct(self, input_ids, argument
609 def construct(self, input_ids, input_position, attention_mask, argument
681 def construct(self, input_ids, input_position=None, attention_mask=None): argument
Dtest_auto_parallel_pangu_alpha.py467 def construct(self, input_ids): argument
480 def construct(self, input_ids, input_position, init_reset, batch_valid_length): argument
577 def construct(self, input_ids, argument
610 def construct(self, input_ids, input_position, attention_mask, argument
682 def construct(self, input_ids, input_position=None, attention_mask=None): argument
Dtest_layout_extend_transformer.py171 def construct(self, input_ids, y): argument
239 def construct(self, input_ids, y): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/actor/embedding_cache/
Ddevice_sparse_embedding_operation.cc157 ParameterPtr input_ids = NewParameter(graph, kInt32, kOneDimensionalShape); in BuildEmbeddingCacheLookupKernel() local
186 ParameterPtr input_ids = NewParameter(graph, kInt32, kOneDimensionalShape); in BuildEmbeddingCacheUpdateKernel() local
214 ParameterPtr input_ids = NewParameter(graph, kInt32, kOneDimensionalShape); in BuildEmbeddingCacheEraseKernel() local
/third_party/mindspore/mindspore-src/source/tests/st/networks/models/bert/src/
Dbert_for_pre_training.py166 def construct(self, input_ids, input_mask, token_type_id, argument
244 input_ids, argument
294 input_ids, argument
384 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/mindspore-src/source/tests/ut/data/dataset/testTFBert5Rows2/
DdatasetSchema.json5 "input_ids": { object
/third_party/mindspore/mindspore-src/source/tests/ut/data/dataset/testTFBert5Rows/
DdatasetSchema.json30 "input_ids": { object
/third_party/mindspore/mindspore-src/source/tests/mindspore_test_framework/apps/
Dtest_bert_parts.py86 input_ids, input_mask, token_type_id, \ variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/op/
Dvsl_compress_tensorrt.cc66 int *input_ids = reinterpret_cast<int *>(const_cast<void *>(inputs[C0NUM])); in enqueue() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/export_models/models/
Dtinybert_train_export.py158 input_ids = M.Tensor(input_ids_np, M.int32) variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dsspaddmm_cpu_kernel.cc312 auto input_ids = static_cast<T *>(input_indices); in SparseAddSparse() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/parallel/_transformer/
Dtransformer.py750 def construct(self, input_ids): argument
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dencoder_layer_fusion.cc1054 position_ids, embedding_table_input, input_ids, current_index, embedding_table_pos; in CreateMaskedEncoderLayerFusionNode() local