lite/codelabs/digit_classifier/android/start/app/src/main/java/org/tensorflow/lite/codelabs/digitclassifier/DigitClassifier.kt (5 lines): - line 31: // TODO: Add a TF Lite interpreter as a field. - line 58: // TODO: Load the TF Lite model from file and initialize an interpreter. - line 60: // TODO: Read the model input shape from model file. - line 79: // TODO: Add code to run inference with TF Lite. - line 95: // TODO: close the TF Lite interpreter here lite/codelabs/digit_classifier/android/finish/app/src/main/java/org/tensorflow/lite/codelabs/digitclassifier/DigitClassifier.kt (4 lines): - line 32: // TODO: Add a TF Lite interpreter as a field. - line 59: // TODO: Load the TF Lite model from file and initialize an interpreter. - line 66: // TODO: Read the model input shape from model file. - line 95: // TODO: Add code to run inference with TF Lite.