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

Method Run

tensorflow/compiler/jit/cluster_scoping_pass.cc:149–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149Status ClusterScopingPassImpl::Run() {
150 if (global_jit_level_ == OptimizerOptions::OFF) {
151 return Status::OK();
152 }
153
154 return ScopingForPipelineStages();
155}
156} // namespace
157
158Status ClusterScopingPass::Run(const GraphOptimizationPassOptions& options) {

Callers

nothing calls this directly

Calls 2

getMethod · 0.45

Tested by

no test coverage detected