[PYTHON][EXAMPLES] Better einsum example

This commit is contained in:
Philippe Tillet
2019-10-29 12:42:38 -04:00
parent 448f4433d9
commit 76651a065f
6 changed files with 103 additions and 188 deletions

View File

@@ -9,8 +9,6 @@
#include <unordered_map>
extern std::string filename_in;
extern std::string filename_out;
using DirectiveMap = std::unordered_map<std::string, int>;