Searched refs:mutable_exec_opts (Results 1 – 4 of 4) sorted by relevance
323 ExecutorOpts* InMemoryRunGraphRequest::mutable_exec_opts() { in mutable_exec_opts() function in tensorflow::InMemoryRunGraphRequest403 *proto_version_->mutable_exec_opts() = exec_opts(); in ToProto()455 ExecutorOpts* MutableProtoRunGraphRequest::mutable_exec_opts() { in mutable_exec_opts() function in tensorflow::MutableProtoRunGraphRequest456 return request_.mutable_exec_opts(); in mutable_exec_opts()
308 virtual ExecutorOpts* mutable_exec_opts() = 0;348 ExecutorOpts* mutable_exec_opts() override;405 ExecutorOpts* mutable_exec_opts() override;
76 run_graph_request->mutable_exec_opts()->set_record_timeline(true); in BuildRunGraphRequest()
634 *c->req->mutable_exec_opts() = exec_opts; in RunPartitionsHelper()