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;
typedef struct TF_Tensor TF_Tensor;
Think it converts to object pascal like this?
TF_Tensor = record
end;
TF_Buffer maps to TTF_Buffer.
ReplyDeleteDavid Schwartz Well put, thanks!
ReplyDeleteJust in case you need the imports: they are at github.com - hartmutdavid/TensorFlow4Delphi (via https://plus.google.com/+SteffenNyeland/posts/cU8sY9XuAcg ) Thanks Steffen Nyeland and Hartmut David.
ReplyDelete