Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tfrt/saved_model/
Dsaved_model.h141 struct RunOptions { struct
142 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;
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/event_engine/
Devent_engine.h288 struct RunOptions {}; struct
/external/rust/crates/grpcio-sys/grpc/include/grpc/event_engine/
Devent_engine.h288 struct RunOptions {}; struct
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto685 message RunOptions { message
/external/tensorflow/tensorflow/python/distribute/
Dcross_device_ops_test.py210 RunOptions = collections.namedtuple( # pylint: disable=invalid-name variable in CollectiveOpsTest
Ddistribute_lib.py609 class RunOptions( class