Dynamic type ID of a Tensor argument. More...
#include <TensorTypeId.h>
Friends | |
class | TensorTypeIdCreator |
C10_API std::ostream & | operator<< (std::ostream &, TensorTypeId) |
C10_API std::string | toString (TensorTypeId) |
Additional Inherited Members | |
Public Types inherited from c10::IdWrapper< TensorTypeId, details::_tensorTypeId_underlyingType > | |
using | underlying_type = details::_tensorTypeId_underlyingType |
using | concrete_type = TensorTypeId |
Protected Member Functions inherited from c10::IdWrapper< TensorTypeId, details::_tensorTypeId_underlyingType > | |
constexpr | IdWrapper (underlying_type id) noexcept(noexcept(underlying_type(std::declval< underlying_type >()))) |
constexpr underlying_type | underlyingId () const noexcept(noexcept(underlying_type(std::declval< underlying_type >()))) |
Dynamic type ID of a Tensor argument.
It represents something like CPUTensor, etc.
Definition at line 19 of file TensorTypeId.h.