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

Method Initialize

tensorflow/core/common_runtime/executor.cc:174–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172 }
173
174 Status Initialize() {
175 TF_RETURN_IF_ERROR(immutable_state_.Initialize());
176 kernel_stats_.Initialize(immutable_state_.graph_view(),
177 immutable_state_.graph());
178 if (immutable_state_.params().run_cost_model_executor) {
179 immutable_state_.InitializeScheduleInfo(&kernel_stats_);
180 }
181 return Status::OK();
182 }
183
184 void RunAsync(const Args& args, DoneCallback done) override;
185

Callers 1

NewLocalExecutorFunction · 0.45

Calls 3

paramsMethod · 0.80
graphMethod · 0.45

Tested by

no test coverage detected