Searched defs:execution_options_ (Results 1 - 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dclient_library_test_base.h77 execution_options_.mutable_debug_options()->set_xla_enable_fast_math(
81 void SetSeed(uint64 seed) { execution_options_.set_seed(seed); }
86 return execution_options_.mutable_debug_options();
92 // execution options. Modify execution_options_ in your test if you want to
384 ExecutionOptions execution_options_; member in class:xla::ClientLibraryTestBase

Completed in 314 milliseconds