Home
last modified time | relevance | path

Searched defs:ici (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dpack_int8.c392 for (int ici = 0; ici < ic_4div; ici += C4NUM) { in Conv1x1PreOptPeroc() local
406 for (int ici = ic_4div; ici < input_channel; ici += 1) { in Conv1x1PreOptPeroc() local
415 for (int ici = input_channel; ici < ic4; ici += 1) { in Conv1x1PreOptPeroc() local
460 for (int ici = 0; ici < ic_4div; ici += C4NUM) { in Conv1x1PreOptPeroc() local
472 for (int ici = ic_4div; ici < input_channel; ici += 1) { in Conv1x1PreOptPeroc() local
666 for (int ici = 0; ici < ic_4div; ici += C4NUM) { in Conv1x1PreOptPert() local
680 for (int ici = ic_4div; ici < input_channel; ici += 1) { in Conv1x1PreOptPert() local
689 for (int ici = input_channel; ici < ic4; ici += 1) { in Conv1x1PreOptPert() local
710 for (int ici = 0; ici < ic_4div; ici += C4NUM) { in Conv1x1PreOptPert() local
722 for (int ici = ic_4div; ici < input_channel; ici += 1) { in Conv1x1PreOptPert() local
Dmatmul_int8.c455 for (int ici = 0; ici < ic_4div; ici += C4NUM) { in PackInput4x4AndInputSumPert() local
469 for (int ici = ic_4div; ici < input_channel; ici += 1) { in PackInput4x4AndInputSumPert() local
478 for (int ici = input_channel; ici < ic4; ici += 1) { in PackInput4x4AndInputSumPert() local
499 for (int ici = 0; ici < ic_4div; ici += C4NUM) { in PackInput4x4AndInputSumPert() local
511 for (int ici = ic_4div; ici < input_channel; ici += 1) { in PackInput4x4AndInputSumPert() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c174 check_ici(struct zink_screen *screen, VkImageCreateInfo *ici, uint64_t modifier) in check_ici()
276 get_image_usage(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *tem… in get_image_usage()
327 create_ici(struct zink_screen *screen, VkImageCreateInfo *ici, const struct pipe_resource *templ, b… in create_ici()
491 VkImageCreateInfo ici; in resource_object_create() local
/third_party/flutter/glfw/tests/
Dglfwinfo.c811 VkInstanceCreateInfo ici = {0}; in main() local