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

  /external/tensorflow/tensorflow/core/kernels/
matmul_op.h 59 class MatmulParameters {
61 MatmulParameters(bool transa, bool transb, uint64 m, uint64 n, uint64 k,
78 bool operator==(const MatmulParameters& other) const {
82 bool operator!=(const MatmulParameters& other) const {
matmul_op.cc 252 typedef AutoTuneSingleton<MatmulAutoTuneGroup, MatmulParameters,
293 MatmulParameters matmul_parameters = {

Completed in 162 milliseconds