Home
last modified time | relevance | path

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

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/runtime/
H A Dc_runtime_api.cc75 size_t custom_name_len = 0; in ParseCustomDatatype() local
77 while (*scan + custom_name_len <= s.c_str() + s.length() && *(*scan + custom_name_len) != ']') in ParseCustomDatatype()
78 ++custom_name_len; in ParseCustomDatatype()
80 if (*(*scan + custom_name_len) != ']') in ParseCustomDatatype()
83 *scan += custom_name_len + 1; in ParseCustomDatatype()
86 auto type_name = s.substr(7, custom_name_len); in ParseCustomDatatype()
/dports/misc/tvm/incubator-tvm-0.6.1/src/runtime/
H A Dc_runtime_api.cc78 size_t custom_name_len = 0; in ParseCustomDatatype() local
80 while (*scan + custom_name_len <= s.c_str() + s.length() && *(*scan + custom_name_len) != ']') in ParseCustomDatatype()
81 ++custom_name_len; in ParseCustomDatatype()
83 if (*(*scan + custom_name_len) != ']') in ParseCustomDatatype()
86 *scan += custom_name_len + 1; in ParseCustomDatatype()
89 auto type_name = s.substr(7, custom_name_len); in ParseCustomDatatype()
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/runtime/
H A Dc_runtime_api.cc78 size_t custom_name_len = 0; in ParseCustomDatatype() local
80 while (*scan + custom_name_len <= s.c_str() + s.length() && *(*scan + custom_name_len) != ']') in ParseCustomDatatype()
81 ++custom_name_len; in ParseCustomDatatype()
83 if (*(*scan + custom_name_len) != ']') in ParseCustomDatatype()
86 *scan += custom_name_len + 1; in ParseCustomDatatype()
89 auto type_name = s.substr(7, custom_name_len); in ParseCustomDatatype()