Searched refs:typeToTfLiteType (Results 1 – 1 of 1) sorted by relevance
32 constexpr TfLiteType typeToTfLiteType() { in typeToTfLiteType() function36 constexpr TfLiteType typeToTfLiteType<int>() {40 constexpr TfLiteType typeToTfLiteType<int64_t>() {44 constexpr TfLiteType typeToTfLiteType<float>() {48 constexpr TfLiteType typeToTfLiteType<unsigned char>() {205 if (tensor_ptr->type == typeToTfLiteType<T>()) { in typed_tensor()