Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Ddnn.h787 size_t scratch_size() const { return scratch_size_; } in scratch_size()
788 void set_scratch_size(size_t val) { scratch_size_ = val; } in set_scratch_size()
795 size_t scratch_size_ = 0; variable
819 : algorithm_(algorithm), scratch_size_(scratch_size) {} in AlgorithmConfig()
830 absl::optional<size_t> scratch_size() const { return scratch_size_; } in scratch_size()
831 void set_scratch_size(size_t val) { scratch_size_ = val; } in set_scratch_size()
835 this->scratch_size_ == other.scratch_size_;
845 absl::optional<size_t> scratch_size_; variable