Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Ddnn.h821 : algorithm_(algorithm), algorithm_no_scratch_(algorithm_no_scratch) {} in AlgorithmConfig()
825 return algorithm_no_scratch_; in algorithm_no_scratch()
828 algorithm_no_scratch_ = val; in set_algorithm_no_scratch()
834 this->algorithm_no_scratch_ == other.algorithm_no_scratch_ &&
844 absl::optional<AlgorithmDesc> algorithm_no_scratch_; variable