Searched refs:httInt (Results 1 – 1 of 1) sorted by relevance
146 halide_type_t* httInt() { in httInt() function147 static halide_type_t httInt = halide_type_of<int>(); in httInt() local148 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()