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

Method mutable_options

tensorflow/core/distributed_runtime/message_wrappers.cc:94–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92const RunOptions& InMemoryRunStepRequest::options() const { return options_; }
93
94RunOptions* InMemoryRunStepRequest::mutable_options() { return &options_; }
95
96bool InMemoryRunStepRequest::store_errors_in_response_body() const {
97 return store_errors_in_response_body_;

Callers 6

RecordRunMethod · 0.80
RecordMakeCallableMethod · 0.80
BuildRunStepRequestFunction · 0.80
RunHelperMethod · 0.80
MakeCallableMethod · 0.80

Calls

no outgoing calls

Tested by 1

BuildRunStepRequestFunction · 0.64