使用tflite并获取解释器的属性,例如:print(interpreter.get_input_details())[{'name':'input_1_1','index':47,'shape':array([1,128,128,3] ,dtype = int32),'dtype': ] >>