Skip to content

Instantly share code, notes, and snippets.

View wxinix's full-sized avatar
💭
Don't interrupt me when I am interrupting.

wxinix wxinix

💭
Don't interrupt me when I am interrupting.
  • NYU
  • New York
View GitHub Profile
@wxinix
wxinix / HelloTensorFlow.pas
Created December 15, 2019 02:08
TensorFlow Sample in Oxygene
namespace hello_tf_oxygene;
uses
RemObjects.Elements.System,
TensorFlow;
type
Program = class
public
class method Main(args: array of String): Int32;