Searched refs:exec_opts (Results 1 – 6 of 6) sorted by relevance
180 if (request->exec_opts().report_tensor_allocations_upon_oom() || in DoRunGraph()181 request->exec_opts().record_timeline() || in DoRunGraph()182 request->exec_opts().record_costs()) { in DoRunGraph()186 if (collector && request->exec_opts().record_timeline()) { in DoRunGraph()226 request->graph_handle(), step_id, session.get(), request->exec_opts(), in DoRunGraph()313 graph_handle, step_id, session.get(), request->exec_opts(), in DoPartialRunGraph()
89 EXPECT_FALSE(request.exec_opts().record_costs()); in CheckRunGraphRequest()90 EXPECT_TRUE(request.exec_opts().record_timeline()); in CheckRunGraphRequest()91 EXPECT_FALSE(request.exec_opts().record_partition_graphs()); in CheckRunGraphRequest()
319 const ExecutorOpts& InMemoryRunGraphRequest::exec_opts() const { in exec_opts() function in tensorflow::InMemoryRunGraphRequest403 *proto_version_->mutable_exec_opts() = exec_opts(); in ToProto()451 const ExecutorOpts& MutableProtoRunGraphRequest::exec_opts() const { in exec_opts() function in tensorflow::MutableProtoRunGraphRequest452 return request_.exec_opts(); in exec_opts()556 const ExecutorOpts& ProtoRunGraphRequest::exec_opts() const { in exec_opts() function in tensorflow::ProtoRunGraphRequest557 return request_->exec_opts(); in exec_opts()
271 virtual const ExecutorOpts& exec_opts() const = 0;332 const ExecutorOpts& exec_opts() const override;389 const ExecutorOpts& exec_opts() const override;430 const ExecutorOpts& exec_opts() const override;
598 ExecutorOpts exec_opts; in RunPartitionsHelper() local600 exec_opts.set_report_tensor_allocations_upon_oom(true); in RunPartitionsHelper()603 exec_opts.set_record_costs(true); in RunPartitionsHelper()606 exec_opts.set_record_timeline(true); in RunPartitionsHelper()612 exec_opts.set_record_partition_graphs(true); in RunPartitionsHelper()634 *c->req->mutable_exec_opts() = exec_opts; in RunPartitionsHelper()
235 ExecutorOpts exec_opts = 5; field