Home
last modified time | relevance | path

Searched defs:MatrixMap (Results 1 – 13 of 13) sorted by relevance

/external/gemmlowp/public/
Dmap.h42 MatrixMap() : data_(nullptr), rows_(0), cols_(0), stride_(0) {} in MatrixMap() function
43 MatrixMap(Scalar* data, int rows, int cols) in MatrixMap() function
48 MatrixMap(Scalar* data, int rows, int cols, int stride) in MatrixMap() function
50 MatrixMap(const MatrixMap& other) in MatrixMap() function
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_triangular_solve_op_impl.h68 using MatrixMap = Eigen::Map<Matrix>; member
Dlinalg_ops_common.h136 using MatrixMap = Eigen::Map<Matrix>; variable
Dlu_op.cc41 using MatrixMap = Eigen::Map<Matrix>; typedef in tensorflow::LuOp
Dcholesky_grad.cc34 using MatrixMap = typename Base::MatrixMap; typedef in tensorflow::CholeskyGrad
Dbanded_triangular_solve_op.cc46 using MatrixMap = Eigen::Map<Matrix>; typedef
/external/tensorflow/tensorflow/core/kernels/
Deigen_mkldnn_contraction_kernel_test.cc128 using MatrixMap = Map<Eigen::Matrix<Scalar, Dynamic, Dynamic, ColMajor>>; in TEST() typedef
Ddeep_conv2d.cc192 MatrixMap; typedef
688 MatrixMap; typedef
740 MatrixMap; typedef
Dconv_grad_ops_3d.cc525 MatrixMap; in Compute() typedef
Dsparse_matmul_op.cc63 using MatrixMap = BasicMatrixMap<float>; typedef
/external/tensorflow/tensorflow/core/kernels/sparse/
Dmat_mul_op.cc161 using MatrixMap = Eigen::Map<Matrix>; typedef in tensorflow::CSRMatMulCPUOp
491 using MatrixMap = Eigen::Map<Matrix>; typedef in tensorflow::CSRMatMulGPUOp
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dstats_ops.cc32 using MatrixMap = Eigen::Map<Matrix>; typedef
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h141 using MatrixMap = typename std::conditional< variable