deepC icon indicating copy to clipboard operation
deepC copied to clipboard

Does Eigen Tensor support sizes known at execution time?

Open NixonZ opened this issue 5 years ago • 0 comments

For Example, int size = 5; Eigen::Tensor<float,size> eResult;

NixonZ avatar Sep 15 '19 14:09 NixonZ