tvm
|
Transform operators. More...
#include <tvm/ir/attrs.h>
#include <tvm/relay/base.h>
#include <tvm/relay/expr.h>
#include <tvm/tir/index_map.h>
#include <string>
Go to the source code of this file.
Classes | |
struct | tvm::relay::SlidingWindowAttrs |
Attributes used for the sliding_window operator. More... | |
struct | tvm::relay::CastAttrs |
data type cast More... | |
struct | tvm::relay::ExpandDimsAttrs |
Attributes used in expand_dims operators. More... | |
struct | tvm::relay::DynExpandDimsAttrs |
Attributes used in dynamic expand_dims operators. More... | |
struct | tvm::relay::ConcatenateAttrs |
Attributes used in concatenate operators. More... | |
struct | tvm::relay::TransposeAttrs |
Attributes used in transpose operators. More... | |
struct | tvm::relay::ReshapeAttrs |
Attributes used in reshape operators. More... | |
struct | tvm::relay::ReshapeLikeAttrs |
Attributes used in MXNet-style reshape_like operators. More... | |
struct | tvm::relay::ScatterElementsAttrs |
struct | tvm::relay::ScatterNDAttrs |
struct | tvm::relay::GatherAttrs |
struct | tvm::relay::GatherNDAttrs |
struct | tvm::relay::TakeAttrs |
struct | tvm::relay::InitOpAttrs |
Attributes that specify a tensor. More... | |
struct | tvm::relay::ArangeAttrs |
Attributes used in arange operators. More... | |
struct | tvm::relay::MeshgridAttrs |
Attributes used in meshgrid operators. More... | |
struct | tvm::relay::StackAttrs |
Attributes used in stack operators. More... | |
struct | tvm::relay::RepeatAttrs |
Attributes used in repeat operators. More... | |
struct | tvm::relay::TileAttrs |
Attributes used in tile operators. More... | |
struct | tvm::relay::ReverseAttrs |
Attributes used in reverse operators. More... | |
struct | tvm::relay::ReverseSequenceAttrs |
Attributes used in reverse_sequence operators. More... | |
struct | tvm::relay::SqueezeAttrs |
Attributes used in squeeze operators. More... | |
struct | tvm::relay::SplitAttrs |
struct | tvm::relay::StridedSliceAttrs |
Attributes for StridedSlice operator. More... | |
struct | tvm::relay::SliceLikeAttrs |
struct | tvm::relay::ClipAttrs |
Attributes for Clip operator. More... | |
struct | tvm::relay::FixedPointMultiplyAttrs |
Attributes for FixedPointMultiply operator. More... | |
struct | tvm::relay::FixedPointMultiplyPerAxisAttrs |
Attributes for per channel/per axes FixedPointMultiply operator. More... | |
struct | tvm::relay::LayoutTransformAttrs |
Attributes for LayoutTransform operator. More... | |
struct | tvm::relay::AutoSchedulerLayoutTransformAttrs |
Attributes for AutoSchedulerLayoutTransform operator. More... | |
struct | tvm::relay::MetaScheduleLayoutTransformAttrs |
Attributes for MetaScheduleLayoutTransform operator. More... | |
struct | tvm::relay::ShapeOfAttrs |
Attributes for ShapeOf operator. More... | |
struct | tvm::relay::SequenceMaskAttrs |
struct | tvm::relay::SparseToDenseAttrs |
Attributes used in sparse_to_dense operator. More... | |
struct | tvm::relay::NdarraySizeAttrs |
Attributes for ndarray_size operator. More... | |
struct | tvm::relay::OneHotAttrs |
Attributes used in one-hot operator. More... | |
struct | tvm::relay::MatrixSetDiagAttrs |
Attributes used in matrix_set_diag operator. More... | |
struct | tvm::relay::ScanopAttrs |
Attributes used in cumsum and cumprod operator. More... | |
struct | tvm::relay::UniqueAttrs |
Attributes used in unique operator. More... | |
struct | tvm::relay::EinsumAttrs |
Attributes used in einsum operator. More... | |
struct | tvm::relay::StftAttrs |
Attributes used in stft operator. More... | |
struct | tvm::relay::DFTAttrs |
Attributes used in DFT operator. More... | |
struct | tvm::relay::TriluAttrs |
Namespaces | |
tvm | |
runtime implementation for LibTorch/TorchScript. | |
tvm::relay | |
Relay: a high level functional IR for TVM. | |
Transform operators.