LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
lbann::is_same< TN, TC > Struct Template Reference

#include <data_reader_jag_conduit.hpp>

Inheritance diagram for lbann::is_same< TN, TC >:
[legend]
Collaboration diagram for lbann::is_same< TN, TC >:
[legend]

Detailed Description

template<typename TN, conduit::DataType::TypeID TC>
struct lbann::is_same< TN, TC >

To faciliate the type comparison between a c++ native type and a conduit type id. By deafult, each pair of a native type TN and a conduit type TC is not the same. Those that are the same require explicit instantication to say otherwise.

Definition at line 501 of file data_reader_jag_conduit.hpp.


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