Searched defs:RunOptions (Results 1 – 6 of 6) sorted by relevance
141 struct RunOptions { struct142 absl::optional<std::chrono::system_clock::time_point> deadline;145 int priority = 0;149 bool force_bef_function_async = false;153 bool validate_input_specs = false;157 tensorflow::tfrt_stub::WorkQueueInterface* work_queue = nullptr;
288 struct RunOptions {}; struct
685 message RunOptions { message
210 RunOptions = collections.namedtuple( # pylint: disable=invalid-name variable in CollectiveOpsTest
609 class RunOptions( class