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

Method TotalMaximumBufferedBytes

tensorflow/core/framework/model.cc:970–972  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

968}
969
970double Model::TotalMaximumBufferedBytes(std::shared_ptr<Node> node) {
971 return node->TotalMaximumBufferedBytes();
972}
973
974double Model::TotalProcessingTime(std::shared_ptr<Node> node) {
975 return node->TotalProcessingTime(/*processing_times=*/nullptr);

Callers 3

TEST_PFunction · 0.80
TESTFunction · 0.80
LOCKS_EXCLUDEDMethod · 0.80

Calls

no outgoing calls

Tested by 2

TEST_PFunction · 0.64
TESTFunction · 0.64