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

Method DebugString

tensorflow/core/kernels/boosted_trees/resources.cc:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 &arena_)) {}
31
32string BoostedTreesEnsembleResource::DebugString() const {
33 return strings::StrCat("TreeEnsemble[size=", tree_ensemble_->trees_size(),
34 "]");
35}
36
37bool BoostedTreesEnsembleResource::InitFromSerialized(const string& serialized,
38 const int64 stamp_token) {

Callers 15

ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
FindBestSplitsPerNodeMethod · 0.45
ComputeMethod · 0.45
FindBestSplitsPerNodeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45

Calls 1

StrCatFunction · 0.50

Tested by

no test coverage detected