Searched refs:mutable_exec_opts (Results 1 – 5 of 5) sorted by relevance
325 ExecutorOpts* InMemoryRunGraphRequest::mutable_exec_opts() { in mutable_exec_opts() function in tensorflow::InMemoryRunGraphRequest408 *proto_version_->mutable_exec_opts() = exec_opts(); in ToProto()463 ExecutorOpts* MutableProtoRunGraphRequest::mutable_exec_opts() { in mutable_exec_opts() function in tensorflow::MutableProtoRunGraphRequest464 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()
690 *c->req->mutable_exec_opts() = exec_opts; in RunPartitionsHelper()
2384 ::tensorflow::ExecutorOpts* mutable_exec_opts(); in Swap()7635 inline ::tensorflow::ExecutorOpts* RunGraphRequest::mutable_exec_opts() { in mutable_exec_opts() function