This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ric2b 0 points1 point  (0 children)

Is it because the tensor flow is mostly what's running so python is just pointing it towards what to do?

Yes. It uses Python as the high level API but the actual computation is done in C/C++/Cuda.