Home
last modified time | relevance | path

Searched refs:variable_parameter_count (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/tools/graph_transforms/
H A Dsummarize_graph_main.cc201 int64_t variable_parameter_count = 0; in SummarizeGraph() local
222 variable_parameter_count += num_elements; in SummarizeGraph()
232 << ") const parameters, " << variable_parameter_count << " (" in SummarizeGraph()
233 << strings::HumanReadableNum(variable_parameter_count) in SummarizeGraph()