Home
last modified time | relevance | path

Searched defs:input_mask (Results 1 – 19 of 19) sorted by relevance

/third_party/mindspore/mindspore/parallel/nn/
Dloss.py94 def construct(self, logits, label, input_mask): argument
127 def _check_input(self, logits, label, input_mask): argument
Dtransformer.py447 def construct(self, input_mask): argument
1239 def construct(self, x, input_mask, init_reset=True, batch_valid_length=None): argument
1312 def _check_input(self, x, input_mask, init_reset, batch_valid_length): argument
/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.py709 def construct(self, input_mask): 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
244 input_mask, argument
294 input_mask, argument
383 input_mask, argument
Dbert_model.py824 def construct(self, input_mask): argument
915 def construct(self, input_ids, token_type_ids, input_mask): argument
/third_party/mindspore/tests/ut/data/dataset/testTFBert5Rows1/
DdatasetSchema.json25 "input_mask": { object
/third_party/mindspore/tests/ut/data/dataset/testTFBert5Rows/
DdatasetSchema.json25 "input_mask": { object
/third_party/libinput/include/linux/linux/
Dinput.h116 struct input_mask { struct
117 __u32 type;
118 __u32 codes_size;
119 __u64 codes_ptr;
/third_party/libevdev/include/linux/linux/
Dinput.h121 struct input_mask { struct
122 __u32 type;
123 __u32 codes_size;
124 __u64 codes_ptr;
/third_party/libinput/include/linux/freebsd/
Dinput.h117 struct input_mask { struct
118 uint32_t type;
119 uint32_t codes_size;
120 uint64_t codes_ptr;
/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.py160 input_mask = M.Tensor(np.zeros((32, 128), np.int32)) variable
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_linear.c95 unsigned input_mask = variant->linear_input_mask; in lp_fs_linear_run() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dpooling_grad_gpu_kernel.h88 auto input_mask = AnfAlgo::GetInputDeviceShape(kernel_node, 1); in InitShape() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c1323 uint16_t input_mask = u_bit_consecutive(0, info->num_inputs); in si_get_vs_prolog_key() local
/third_party/mesa3d/src/amd/common/
Dac_nir_lower_ngg.c220 nir_ssa_def *input_mask = nir_build_ballot(b, 1, wave_size, input_bool); in repack_invocations_in_workgroup() local
/third_party/mesa3d/src/amd/vulkan/
Dradv_shader.h307 uint32_t input_mask; member