MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / inter_op_parallelism_threads

Method inter_op_parallelism_threads

tensorflow/python/eager/context.py:1341–1342  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1339
1340 @property
1341 def inter_op_parallelism_threads(self):
1342 return self.config.inter_op_parallelism_threads
1343
1344 @inter_op_parallelism_threads.setter
1345 def inter_op_parallelism_threads(self, num_threads):

Callers 3

DirectSessionMethod · 0.80
InitComputePoolFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected