文件名称:绑定TensorFlow Lite-Golang开发
文件大小:37.48MB
文件格式:ZIP
更新时间:2024-06-15 10:27:50
Golang Machine Learning
go-tflite TensorFlow Lite的Go绑定使用模型:= tflite.NewModelFromFile(“ sin_model.tflite”)如果模型== nil {log.Fatal(“无法加载模型”)}推迟model.Delete()选项:= tflite。 NewInterpreterOptions go-tflite使用TensorFlow Lite的用法绑定模型:= tflite.NewModelFromFile(“ sin_model.tflite”)如果model == nil {log.Fatal(“无法加载模型”)}推迟model.Delete()选项:= tflite .NewInterpreterOptions()延迟选项.Delete()解释器:= tflite.NewInterpreter(模型,选项)推迟解释器.Delete()解释器.AllocateTensors()v:= float64(1.2)* math.Pi / 180.0输入:=解释器。 GetInputTensor(0)输入。Float32s()[0] = float32(