Searched defs:ContextOptions (Results 1 – 2 of 2) sorted by relevance
699 struct ContextOptions //!OCLINT too many fields struct701 std::ostream* cout; // stdout stream - std::cout by default702 std::ostream* cerr; // stderr stream - std::cerr by default703 String binary_name; // the test binary name706 String out; // output filename707 String order_by; // how tests should be ordered708 unsigned rand_seed; // the seed for rand ordering710 unsigned first; // the first (matching) test to be executed711 unsigned last; // the last (matching) test to be executed713 int abort_after; // stop tests after this many failed assertions[all …]
29 type ContextOptions struct { struct33 Config []byte36 Async bool41 func (o *ContextOptions) c() (*C.TFE_ContextOptions, error) {79 func NewContext(options *ContextOptions) (*Context, error) {