mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-29 23:06:41 +00:00
8 lines
No EOL
161 B
Protocol Buffer
8 lines
No EOL
161 B
Protocol Buffer
syntax = "proto3";
|
|
import "predict.proto";
|
|
|
|
package onnxruntime.server;
|
|
|
|
service PredictionService {
|
|
rpc Predict(PredictRequest) returns (PredictResponse);
|
|
} |