void tensorflow::Tensor::AsProtoField(TensorProto *proto) const
Fills in proto with *this tensor's content.
AsProtoField() fills in the repeated field for proto.dtype(), while AsProtoTensorContent() encodes the content in proto.tensor_content() in a compact form.
Please login to continue.