Home
last modified time | relevance | path

Searched defs:size_diff (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dquant_batch_matmul.cc154 size_t size_diff = long_input.size() - short_input.size(); in BatchMatMulMakeShape() local
Dmatmul_ext.cc126 size_t size_diff = long_input.size() - short_input.size(); in MatMulMakeShape() local
Dbatch_mat_mul.cc44 size_t size_diff = long_input.size() - short_input.size(); in BatchMatMulMakeShape() local
Dweight_quant_batch_matmul.cc185 size_t size_diff = long_input.size() - short_input.size(); in BatchMatMulMakeShape() local
/third_party/skia/tests/
DPDFJpegEmbedTest.cpp23 size_t size_diff = larger->size() - size; in is_subset_of() local
/third_party/python/Lib/
Dtracemalloc.py77 def __init__(self, traceback, size, size_diff, count, count_diff): argument
/third_party/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c310 int size_diff = newSize - oldSize; in vbo_exec_wrap_upgrade_vertex() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc1820 size_t size_diff = inputs_shape[1].size() - inputs_shape[0].size(); in GenerateStrategiesForBroadcastLeft() local
1871 size_t size_diff = inputs_shape[0].size() - inputs_shape[1].size(); in GenerateStrategiesForBroadcastRight() local
/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc2464 int size_diff = localized.size() - strlen(str); in NoLocaleStrtod() local