mxnet
Namespaces | Functions
expr_operator.h File Reference

Common operators defined for Expr. More...

#include <mxnet/ir/expr.h>
Include dependency graph for expr_operator.h:

Go to the source code of this file.

Namespaces

 mxnet
 namespace of mxnet
 

Functions

template<typename ValueType >
PrimExpr mxnet::MakeConstScalar (MXNetDataType t, ValueType value)
 
template<typename ValueType >
PrimExpr mxnet::make_const (MXNetDataType t, ValueType value)
 

Detailed Description

Common operators defined for Expr.

Note
Most of the operator defined here perform simple constant folding when the type is int32 or int64 for simplifying the index expressions.