Searched refs:algorithm_no_scratch_ (Results 1 – 1 of 1) sorted by relevance
875 : algorithm_(algorithm), algorithm_no_scratch_(algorithm_no_scratch) {} in AlgorithmConfig()879 algorithm_no_scratch_(algorithm_no_scratch), in AlgorithmConfig()897 algorithm_no_scratch_ = AlgorithmDesc( in AlgorithmConfig()907 return algorithm_no_scratch_; in algorithm_no_scratch()910 algorithm_no_scratch_ = val; in set_algorithm_no_scratch()916 this->algorithm_no_scratch_ == other.algorithm_no_scratch_ &&938 if (algorithm_no_scratch_.has_value()) { in ToProto()940 algorithm_no_scratch_.value().ToProto(); in ToProto()950 absl::optional<AlgorithmDesc> algorithm_no_scratch_; variable