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

  /external/tensorflow/tensorflow/core/kernels/
matmul_op.cc 259 using se::blas::kDefaultAlgorithm;
  /external/tensorflow/tensorflow/stream_executor/
blas.h 113 constexpr AlgorithmType kDefaultAlgorithm = -1;
143 AlgorithmType algorithm_ = kDefaultAlgorithm;
149 AlgorithmConfig() : algorithm_(kDefaultAlgorithm) {}
    [all...]

Completed in 4294 milliseconds