Searched refs:mutable_exec_opts (Results 1 – 4 of 4) sorted by relevance
321 ExecutorOpts* InMemoryRunGraphRequest::mutable_exec_opts() { in mutable_exec_opts() function in tensorflow::InMemoryRunGraphRequest407 *proto_version_->mutable_exec_opts() = exec_opts(); in ToProto()462 ExecutorOpts* MutableProtoRunGraphRequest::mutable_exec_opts() { in mutable_exec_opts() function in tensorflow::MutableProtoRunGraphRequest463 return request_.mutable_exec_opts(); in mutable_exec_opts()
313 virtual ExecutorOpts* mutable_exec_opts() = 0;355 ExecutorOpts* mutable_exec_opts() override;415 ExecutorOpts* mutable_exec_opts() override;
76 run_graph_request->mutable_exec_opts()->set_record_timeline(true); in BuildRunGraphRequest()
686 *c->req->mutable_exec_opts() = exec_opts; in RunPartitionsHelper()