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

Method StatSummarizer

tensorflow/core/util/stat_summarizer.cc:36–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34using Detail = StatsCalculator::Detail;
35
36StatSummarizer::StatSummarizer(const StatSummarizerOptions& options)
37 : stats_calculator_(new StatsCalculator(options)) {}
38
39StatSummarizer::StatSummarizer(const tensorflow::GraphDef& tensorflow_graph)
40 : stats_calculator_(new StatsCalculator(StatSummarizerOptions())) {}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected