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

Method TotalBufferedBytes

tensorflow/core/framework/model.cc:966–968  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966double Model::TotalBufferedBytes(std::shared_ptr<Node> node) {
967 return node->TotalBufferedBytes();
968}
969
970double Model::TotalMaximumBufferedBytes(std::shared_ptr<Node> node) {
971 return node->TotalMaximumBufferedBytes();

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