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

Method Options

tensorflow/compiler/xla/tools/replay_computation.cc:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87// fields.
88struct Options {
89 Options() : intra_op_thread_pool_size(tensorflow::port::MaxParallelism()) {}
90
91 bool NeedsRealData() const { return !use_fake_data && !compile_only; }
92

Callers

nothing calls this directly

Calls 1

MaxParallelismFunction · 0.50

Tested by

no test coverage detected