Home
last modified time | relevance | path

Searched refs:tmp_inputs_shape (Results 1 – 15 of 15) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dbias_add_info.cc83 Shapes tmp_inputs_shape = {inputs_shape_[0], inputs_shape_[0]}; in GenerateOpStrategies() local
85 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, tmp_splittable_inputs, &sp_… in GenerateOpStrategies()
Dselect_info.cc106 Shapes tmp_inputs_shape = {inputs_shape_[0]}; in GenerateOpStrategies() local
109 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, splittable_input, &sp_vecto… in GenerateOpStrategies()
Dgathernd_info.cc130 Shapes tmp_inputs_shape = {inputs_shape_[1]}; in GenerateOpStrategies() local
133 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, splittable_input, &sp_vecto… in GenerateOpStrategies()
Dpack_info.cc141 Shapes tmp_inputs_shape = {inputs_shape_[0]}; in GenerateOpStrategies() local
144 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, splittable_input, &sp_vecto… in GenerateOpStrategies()
Dtopk_info.cc158 Shapes tmp_inputs_shape = {inputs_shape_[0]}; in GenerateOpStrategies() local
161 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, splittable_input, &sp_vecto… in GenerateOpStrategies()
Dscatter_update_info.cc149 Shapes tmp_inputs_shape = {inputs_shape_[0]}; in GenerateOpStrategies() local
152 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, splittable_input, &sp_vecto… in GenerateOpStrategies()
Dconcat_info.cc163 Shapes tmp_inputs_shape = {inputs_shape_[0]}; in GenerateOpStrategies() local
166 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, splittable_input, &sp_vecto… in GenerateOpStrategies()
Dsplit_info.cc149 Shapes tmp_inputs_shape = {inputs_shape_[0]}; in GenerateOpStrategies() local
152 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, splittable_input, &sp_vecto… in GenerateOpStrategies()
Ddsd_matmul_info.cc183 Shapes tmp_inputs_shape = {inputs_shape_[0]}; in GenerateOpStrategies() local
186 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, splittable_input, &sp_vecto… in GenerateOpStrategies()
Dbroadcast_to_info.cc132 Shapes tmp_inputs_shape = {inputs_shape_[0]}; in GenerateOpStrategies() local
135 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, splittable_input, &sp_vecto… in GenerateOpStrategies()
Dtile_info.cc204 Shapes tmp_inputs_shape = {full_multiples_}; in GenerateOpStrategies() local
205 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, splittable_inputs, &sp_vect… in GenerateOpStrategies()
Dgatherd_info.cc198 Shapes tmp_inputs_shape = {inputs_shape_[0]}; in GenerateOpStrategies() local
201 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, splittable_inputs, &sp_vect… in GenerateOpStrategies()
Dlayer_norm_info.cc218 Shapes tmp_inputs_shape = {input_shape_}; in GenerateOpStrategies() local
220 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, splittable_inputs, &sp_vect… in GenerateOpStrategies()
Dmatmul_dds_info.cc291 Shapes tmp_inputs_shape = {inputs_shape_[0]}; in GenerateOpStrategies() local
294 …if (GenerateStrategiesForIndependentInputs(stage_id, tmp_inputs_shape, splittable_input, &sp_vecto… in GenerateOpStrategies()
Doperator_info.cc1107 Shapes tmp_inputs_shape = {inputs_shape[1], inputs_shape[1]}; in GenerateStrategiesForBroadcastLeft() local
1109 …if (GenerateStrategiesForTwoEqualInputs(stage_id, tmp_inputs_shape, tmp_splittable_inputs, sp_vect… in GenerateStrategiesForBroadcastLeft()
1156 Shapes tmp_inputs_shape = {inputs_shape[0], inputs_shape[0]}; in GenerateStrategiesForBroadcastRight() local
1158 …if (GenerateStrategiesForTwoEqualInputs(stage_id, tmp_inputs_shape, tmp_splittable_inputs, sp_vect… in GenerateStrategiesForBroadcastRight()
1218 Shapes tmp_inputs_shape = {max_shape, max_shape}; in GenerateStrategiesForBroadcastBoth() local
1220 …if (GenerateStrategiesForTwoEqualInputs(stage_id, tmp_inputs_shape, tmp_splittable_inputs, sp_vect… in GenerateStrategiesForBroadcastBoth()