mxnet
Classes | Namespaces | Functions
implicit_gemm.h File Reference

support for implicit GEMM operation More...

#include "../extension.h"
#include "../packet-inl.h"
Include dependency graph for implicit_gemm.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mshadow::expr::ImplicitGEMMExp< LhsExp, RhsExp, DType >
 Matrix multiplication. More...
 
struct  mshadow::expr::Plan< ImplicitGEMMExp< LhsExp, RhsExp, DType >, DType >
 
struct  mshadow::expr::ShapeCheck< dim, ImplicitGEMMExp< LhsExp, RhsExp, DType > >
 
struct  mshadow::expr::ExpInfo< ImplicitGEMMExp< LhsExp, RhsExp, DType > >
 

Namespaces

 mshadow
 overloaded + operator between half_t and bf16_t
 
 mshadow::expr
 namespace for abstract expressions and expressions template, have no dependency on tensor.h, These data structure takes no charge in computations, they are only used to define operations and represent expression in a symbolic way
 

Functions

template<typename LhsExp , typename RhsExp , typename DType , int e1, int e2>
ImplicitGEMMExp< LhsExp, RhsExp, DType > mshadow::expr::implicit_dot (const Exp< LhsExp, DType, e1 > &lhs, const Exp< RhsExp, DType, e2 > &rhs)
 
template<typename LhsExp , typename RhsExp , typename DType >
Plan< ImplicitGEMMExp< LhsExp, RhsExp, DType >, DType > mshadow::expr::MakePlan (const ImplicitGEMMExp< LhsExp, RhsExp, DType > &exp)
 

Detailed Description

support for implicit GEMM operation

Copyright (c) 2014 by Contributors

Author
Tianqi Chen