Searched refs:ValidateExecutionOptions (Results 1 – 2 of 2) sorted by relevance
86 Status ValidateExecutionOptions(const ExecutableRunOptions& run_options,
54 Status LocalExecutable::ValidateExecutionOptions( in ValidateExecutionOptions() function in xla::LocalExecutable146 TF_RETURN_IF_ERROR(ValidateExecutionOptions(run_options, *backend_)); in RunHelper()