Caffe2 - C++ API
A deep learning, cross platform ML framework
Friends
c10::TensorTypeId Class Referencefinal

Dynamic type ID of a Tensor argument. More...

#include <TensorTypeId.h>

Inheritance diagram for c10::TensorTypeId:
c10::IdWrapper< TensorTypeId, details::_tensorTypeId_underlyingType >

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 >())))
 

Detailed Description

Dynamic type ID of a Tensor argument.

It represents something like CPUTensor, etc.

Definition at line 19 of file TensorTypeId.h.


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