Converting the TensorFlow C++ headers to object pascal. It has this empty struct defined.

Converting the TensorFlow C++ headers to object pascal. It has this empty struct defined.

typedef struct TF_Tensor TF_Tensor;

Think it converts to object pascal like this?

TF_Tensor = record
end;

Comments

Post a Comment