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

Method TotalProcessingTime

tensorflow/core/framework/model.cc:974–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

972}
973
974double Model::TotalProcessingTime(std::shared_ptr<Node> node) {
975 return node->TotalProcessingTime(/*processing_times=*/nullptr);
976}
977
978} // namespace model
979} // namespace data

Callers 6

TEST_PFunction · 0.80
TESTFunction · 0.80
SHARED_LOCKS_REQUIREDMethod · 0.80
SHARED_LOCKS_REQUIREDMethod · 0.80
SHARED_LOCKS_REQUIREDMethod · 0.80

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.64
TESTFunction · 0.64