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

  /art/tools/
asan.sh 21 ASAN_OPTIONS=halt_on_error=0:verbosity=0:print_legend=0:print_full_thread_history=0:print_stats=0:print_summary=0:suppress_equal_pcs=0:fast_unwind_on_fatal=1 asanwrapper $@
  /external/tensorflow/tensorflow/contrib/slim/python/slim/
summaries.py 79 def add_image_summary(tensor, name=None, prefix=None, print_summary=False):
86 print_summary: If `True`, the summary is printed to stdout when the summary
94 # If print_summary, then we need to make sure that this call doesn't add the
96 collections = [] if print_summary else None
99 if print_summary:
105 def add_scalar_summary(tensor, name=None, prefix=None, print_summary=False):
112 print_summary: If `True`, the summary is printed to stdout when the summary
119 collections = [] if print_summary else None
122 # If print_summary, then we need to make sure that this call doesn't add the
126 if print_summary
    [all...]
summaries_test.py 67 op = summaries.add_scalar_summary(tensor, name, prefix, print_summary=False)
74 op = summaries.add_scalar_summary(tensor, name, prefix, print_summary=True)
77 def verify_scalar_summary_is_written(self, print_summary):
82 summaries.add_scalar_summary(tensor, name, prefix, print_summary)
101 self.verify_scalar_summary_is_written(print_summary=False)
104 self.verify_scalar_summary_is_written(print_summary=True)
  /external/compiler-rt/lib/ubsan/
ubsan_flags.cc 47 cf.print_summary = false;
ubsan_diag.cc 69 if (!common_flags()->print_summary)
  /external/vulkan-validation-layers/scripts/
parse_test_results.py 62 def print_summary(self, skip_is_failure, unexpected_is_failure): member in class:OutputStats
167 failed = stats.print_summary(args.fail_on_skip, args.fail_on_unexpected)
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_libcdep.cc 51 if (!common_flags()->print_summary)
sanitizer_common.cc 198 if (!common_flags()->print_summary)
207 if (!common_flags()->print_summary)
  /external/autotest/client/site_tests/firmware_TouchMTB/
noise_summary.py 170 def print_summary(parse_report, output_file): function
240 print_summary(p, output_path)
  /external/tensorflow/tensorflow/python/keras/utils/
__init__.py 37 from tensorflow.python.keras.utils.layer_utils import print_summary
layer_utils.py 81 def print_summary(model, line_length=None, positions=None, print_fn=None): function
  /external/gemmlowp/test/
benchmark_meta_gemm.cc 113 void print_summary(std::vector<double>* times, bool full) { function
176 print_summary(&times, true);
200 print_summary(&times, false);
  /external/libcxx/test/support/
rapid-cxx-test.hpp     [all...]
  /external/python/cpython2/Tools/gdb/
libpython.py 1465 def print_summary(self): member in class:Frame
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/gdb/
libpython.py 1233 def print_summary(self): member in class:Frame
    [all...]
  /external/python/cpython3/Tools/gdb/
libpython.py 1668 def print_summary(self): member in class:Frame
    [all...]
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_btf.c 2909 static void print_summary(void) function
    [all...]
  /external/tensorflow/tensorflow/python/keras/engine/
network.py     [all...]
  /external/iproute2/misc/
ss.c 3866 static int print_summary(void) function
    [all...]

Completed in 1034 milliseconds