TVM  0.9.4
tvm::internal::FirstOrderProvider::slice_matrix Struct Reference

#include <tvm/internal/FirstOrderProvider.h>

Public Types

using Type = tvm::internal::ObjectWithProperties< MatrixRef, true >
 
using ConstType = MatrixConstRefWithProperties
 

Static Public Member Functions

static MatrixProperties slice (const MatrixProperties &p)
 
static Type get (MatrixWithProperties &M, const Range &r)
 
static ConstType get (const MatrixWithProperties &M, const Range &r)
 

Member Typedef Documentation

◆ ConstType

◆ Type

Member Function Documentation

◆ get() [1/2]

static ConstType tvm::internal::FirstOrderProvider::slice_matrix::get ( const MatrixWithProperties M,
const Range r 
)
inlinestatic

◆ get() [2/2]

static Type tvm::internal::FirstOrderProvider::slice_matrix::get ( MatrixWithProperties M,
const Range r 
)
inlinestatic

◆ slice()

static MatrixProperties tvm::internal::FirstOrderProvider::slice_matrix::slice ( const MatrixProperties p)
inlinestatic

The documentation for this struct was generated from the following file: