HomeSort by relevance Sort by last modified time
    Searched refs:algorithm_no_scratch (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
dnn.cc 230 if (algorithm_no_scratch().has_value()) {
231 algo_id_no_scratch = algorithm_no_scratch()->algo_id();
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...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_conv_runner.cc 313 algorithm.algorithm_no_scratch()->algo_id());
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_dnn.cc     [all...]

Completed in 720 milliseconds