How to configure tensorflow in RASA

I am getting slow performance on Xeon Server and as per Tensorflow documenation. I have to set these parameters to 1. Please let me know where to do it in RASA Code.

The two configurations listed below are used to optimize CPU performance by adjusting the thread pools.

intra_op_parallelism_threads: Nodes that can use multiple threads to parallelize their execution will schedule the individual pieces into this pool.
inter_op_parallelism_threads: All ready nodes are scheduled in this pool