Mingsheng Hong
Mingsheng Hong
Just follow README, please. The build.xml under the project root directory is all you need.
build.xml was omitted by accident, and I just uploaded to github: https://github.com/vertica/Graph-Analytics----Triangle-Counting/blob/master/build.xml Please download the package again. Sorry, and enjoy! Mingsheng On Fri, Oct 28, 2011 at 12:11 PM, matspca...
Sorry about the confusion. We renamed Execute() to a 2-step API invocation: MakeOp() to return CoreRuntimeOp, and then call the () operator there for execution. This is to amortize the...
Yes we will have such a C API at some point.
Unfortunately no. Our development has been more focused on extending and integrating TFRT into Google's internal workloads across serving and training.
Thank you for your question and interest. While we don't have a publicly shareable roadmap at this point, we've been making continued progress in building out TFRT and integrating it...
It should be possible down the road, but probably premature to tackle right now. A general approach could be: 1. Wrap the sepcific backend APIs as TFRT BEF kernels 2....