HomeSort by relevance Sort by last modified time
    Searched refs:show_sizes (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model.cc 383 bool show_sizes = false; local
414 Flag("show_sizes", &show_sizes, "whether to show sizes"),
484 LOG(INFO) << "Show sizes: [" << show_sizes << "]";
609 if (show_sizes) {
  /external/u-boot/tools/buildman/
control.py 319 builder.SetDisplayOptions(options.show_errors, options.show_sizes,
builder.py 324 def SetDisplayOptions(self, show_errors=False, show_sizes=False,
331 show_sizes: Show size deltas
339 self._show_sizes = show_sizes
    [all...]

Completed in 412 milliseconds