I'm running Tensorflow programs with a simulator that does not support multi-threading. I changed intra_op_parallelism_threads to 1 in tensorflow/core/common_runtime/local_device.cc at line 38 but I still get runtime errors as soon as the treading starts. My guess is the multi-theading setup is still there. Is it possible to disable multi-threading?
Asked
Active
Viewed 972 times
1 Answers
3
You cannot, as of early 2017, disable tensorflow's multithreading.

Alexandre Passos
- 5,186
- 1
- 14
- 19
-
This answer is still valid in Oct 2020. – fisakhan Oct 26 '20 at 09:01