Home
last modified time | relevance | path

Searched refs:MAX_STR_LEN (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/
Dcustom_parameter.h20 #define MAX_STR_LEN 64 macro
25 char type[MAX_STR_LEN];
26 char attr_name[MAX_ATTR_NUM][MAX_STR_LEN];
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/custom/
Dcustom_coder.cc89 if (tensors[i]->tensor_name().size() > MAX_STR_LEN) { in TransformTensors()
110 if (type_.size() > MAX_STR_LEN) { in TransformParams()
119 if (iter->first.size() > MAX_STR_LEN) { in TransformParams()
/third_party/quickjs/
Ddebugger.h47 #define MAX_STR_LEN 20 macro