Home
last modified time | relevance | path

Searched refs:len_diff (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dbroadcast_to_info.cc106 size_t len_diff = outputs_shape_.at(0).size() - inputs_shape_.at(0).size(); in InferTensorMap() local
107 for (size_t i = 0; i < len_diff; ++i) { in InferTensorMap()
Dmatmul_info.cc140 size_t len_diff = long_size - short_size; in CheckRelevantDimension() local
142 if (long_strategy.at(len_diff + j) != short_strategy.at(j)) { in CheckRelevantDimension()
/third_party/python/Lib/test/
Dtest_platform.py329 len_diff = len(result_list) - len(expect_list)
331 if len_diff > 0:
332 expect_list.extend(['0'] * len_diff)
/third_party/ffmpeg/libavcodec/
Dvc2enc.c759 int len_diff = slice_bytes_max - (put_bits_count(pb) >> 3); in encode_hq_slice() local
760 pad_s = FFALIGN((bytes_len + len_diff), s->size_scaler)/s->size_scaler; in encode_hq_slice()