tvm
Classes | Namespaces
span.h File Reference

Reimplementation of part of C++-20 style span. More...

#include <cstddef>
#include <iterator>
#include <type_traits>
#include <vector>
Include dependency graph for span.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tvm::support::Span< T, W >
 A partial implementation of the C++20 std::span. More...
 
class  tvm::support::Span< T, W >::iterator_base< W1 >
 

Namespaces

 tvm
 runtime implementation for LibTorch/TorchScript.
 
 tvm::support
 

Detailed Description

Reimplementation of part of C++-20 style span.