Searched refs:typeToTfLiteType (Results 1 – 3 of 3) sorted by relevance
37 constexpr TfLiteType typeToTfLiteType() { in typeToTfLiteType() function41 constexpr TfLiteType typeToTfLiteType<int>() {45 constexpr TfLiteType typeToTfLiteType<int16_t>() {49 constexpr TfLiteType typeToTfLiteType<int64_t>() {53 constexpr TfLiteType typeToTfLiteType<float>() {57 constexpr TfLiteType typeToTfLiteType<unsigned char>() {61 constexpr TfLiteType typeToTfLiteType<int8_t>() {65 constexpr TfLiteType typeToTfLiteType<bool>() {69 constexpr TfLiteType typeToTfLiteType<std::complex<float>>() {73 constexpr TfLiteType typeToTfLiteType<string>() {[all …]
43 tensor->type = typeToTfLiteType<T>(); in MakeLiteTensor()62 tensor->type = typeToTfLiteType<string>(); in MakeLiteTensor()
276 << ". Requested " << typeToTfLiteType<T>() << ", got " in PopulateTensor()296 << ". Requested " << typeToTfLiteType<T>() << ", got " in PopulateTensor()