dnn.h | 796 // algorithm_no_scratch: a secondary algorithm that should be used, if the 802 AlgorithmConfig(AlgorithmDesc algorithm, AlgorithmDesc algorithm_no_scratch) 803 : algorithm_(algorithm), algorithm_no_scratch_(algorithm_no_scratch) {} 806 absl::optional<AlgorithmDesc> algorithm_no_scratch() const { function in class:stream_executor::dnn::AlgorithmConfig [all...] |