Home
last modified time | relevance | path

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

/external/armnn/delegate/third-party/doctest/
Ddoctest.h699 struct ContextOptions //!OCLINT too many fields struct
701 std::ostream* cout; // stdout stream - std::cout by default
702 std::ostream* cerr; // stderr stream - std::cerr by default
703 String binary_name; // the test binary name
706 String out; // output filename
707 String order_by; // how tests should be ordered
708 unsigned rand_seed; // the seed for rand ordering
710 unsigned first; // the first (matching) test to be executed
711 unsigned last; // the last (matching) test to be executed
713 int abort_after; // stop tests after this many failed assertions
[all …]
/external/tensorflow/tensorflow/go/
Dcontext.go29 type ContextOptions struct { struct
33 Config []byte
36 Async bool
41 func (o *ContextOptions) c() (*C.TFE_ContextOptions, error) {
79 func NewContext(options *ContextOptions) (*Context, error) {