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

Method intra_op_parallelism_threads

tensorflow/compiler/xla/service/backend.cc:55–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55int BackendOptions::intra_op_parallelism_threads() const {
56 return intra_op_parallelism_threads_;
57}
58
59BackendOptions& BackendOptions::set_allowed_devices(
60 const absl::optional<std::set<int>>& allowed_devices) {

Callers 7

XlaDeviceMethod · 0.45
CreateBackendMethod · 0.45
NewServiceMethod · 0.45
EigenThreadPoolInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected