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

Class Options

tensorflow/compiler/xrt/client/xrt_tf_client.h:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89class XrtTfContext : public std::enable_shared_from_this<XrtTfContext> {
90 public:
91 struct Options {
92 // Enable async mode.
93 // TODO(phawkins): this is not tested.
94 bool async = false;
95
96 // Maximum number of ops to keep queued.
97 int max_queue_size = 100;
98 };
99 static xla::StatusOr<std::shared_ptr<XrtTfContext>> Create(
100 const Options& options, std::shared_ptr<XrtTfClient> client,
101 const std::string& job, int task);

Callers 2

TEST_FFunction · 0.70
MakeContextMethod · 0.70

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.56
MakeContextMethod · 0.56