Home
last modified time | relevance | path

Searched refs:ValidateExecutionOptions (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dlocal_client.h86 Status ValidateExecutionOptions(const ExecutableRunOptions& run_options,
Dlocal_client.cc54 Status LocalExecutable::ValidateExecutionOptions( in ValidateExecutionOptions() function in xla::LocalExecutable
146 TF_RETURN_IF_ERROR(ValidateExecutionOptions(run_options, *backend_)); in RunHelper()