|
|
|
|
|
by nateb2022
1062 days ago
|
|
Indeed. Python is the high-level glue that connects the low-level stuff. When you import tensorflow, for instance, you deal with simplified abstractions and don't have to think about all the low-level optimizations that are taken care of by C/C++/Rust. Rust is not the glue. It is a building block. |
|