package tensorflow.eas

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

enum ArrayDataType

tf_predict.proto:6

Used in: ArrayProto

message ArrayProto

tf_predict.proto:42

Protocol buffer representing an array

Used in: com.alibaba.pairec.processor.PBResponse, PredictRequest, PredictResponse

message ArrayShape

tf_predict.proto:37

Dimensions of an array

Used in: ArrayProto

message PredictRequest

tf_predict.proto:71

PredictRequest specifies which TensorFlow model to run, as well as how inputs are mapped to tensors and how outputs are filtered before returning to user.

message PredictResponse

tf_predict.proto:97

Response for PredictRequest on successful run.