Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types | Public Member Functions
at::LegacyTypeDispatch Class Reference

Public Types

using TypeUniquePtr = std::unique_ptr< Type, LegacyTypeDeleter >
 

Public Member Functions

TypegetNonVariableTypeRaw (Backend p, ScalarType s)
 
TypegetNonVariableTypeOpt (Backend p, ScalarType s)
 
TypegetNonVariableType (Backend p, ScalarType s)
 
TypegetTypeRaw (Backend p, ScalarType s, bool is_variable)
 
TypegetVariableType (Backend p, ScalarType s)
 
TypegetType (Backend p, ScalarType s, bool is_variable)
 
void registerType (Backend b, ScalarType s, TypeUniquePtr &&t)
 

Detailed Description

Definition at line 49 of file LegacyTypeDispatch.h.


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