Home
last modified time | relevance | path

Searched defs:AutotuneConfig (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_algorithm_picker.cc50 struct AutotuneConfig { struct
51 bool should_init_buffers() const { return autotune_level >= 2; } in should_init_buffers()
52 bool should_reinit_output_buffer() const { return autotune_level >= 3; } in should_reinit_output_buffer()
53 bool should_check_correctness() const { return autotune_level >= 4; } in should_check_correctness()
55 int32_t autotune_level;
56 bool should_crash_on_check_failure;