Home
last modified time | relevance | path

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

/dports/misc/mnn/MNN-1.2.0/pymnn/src/
H A DMNN.cc146 halide_type_t* httInt() { in httInt() function
147 static halide_type_t httInt = halide_type_of<int>(); in httInt() local
148 return &httInt; in httInt()
1428 if (t == *httInt()) { in PyMNNTensor_getDataType()
1454 if (t == *httInt()) { in PyMNNTensor_getData()
1502 if (t == *httInt()) { in PyMNNTensor_getNumpyData()
2204 tlsData->PyMNNHalideTypeInt = PyCapsule_New(httInt(), NULL, NULL); in MOD_INIT_FUNC()