Searched refs:algorithm_no_scratch_ (Results 1 – 1 of 1) sorted by relevance
931 : algorithm_(algorithm), algorithm_no_scratch_(algorithm_no_scratch) {} in AlgorithmConfig()935 algorithm_no_scratch_(algorithm_no_scratch), in AlgorithmConfig()951 algorithm_no_scratch_ = AlgorithmDesc(algorithm_no_scratch_proto); in AlgorithmConfig()958 return algorithm_no_scratch_; in algorithm_no_scratch()961 algorithm_no_scratch_ = val; in set_algorithm_no_scratch()967 this->algorithm_no_scratch_ == other.algorithm_no_scratch_ &&983 if (algorithm_no_scratch_.has_value()) { in ToProto()985 algorithm_no_scratch_.value().ToProto(); in ToProto()995 std::optional<AlgorithmDesc> algorithm_no_scratch_; variable