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

Method SHARED_LOCKS_REQUIRED

tensorflow/core/framework/model.cc:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136 protected:
137 std::shared_ptr<Node> Clone(std::shared_ptr<Node> output) const override
138 SHARED_LOCKS_REQUIRED(mu_) {
139 return std::make_shared<InterleaveMany>(
140 Args{id_, name_, std::move(output)});
141 }
142
143 // The output time is the sum of the self processing time and the average
144 // output time of inputs comprising the interleave "cycle".

Callers

nothing calls this directly

Calls 5

OutputTimeMethod · 0.80
TotalProcessingTimeMethod · 0.80
backMethod · 0.45
frontMethod · 0.45

Tested by

no test coverage detected