Classes | Namespaces | Enumerations | Functions
part_descriptor.hpp File Reference
#include "data.hpp"
#include <stdint.h>
#include <ostream>
#include <set>
#include <vector>
Include dependency graph for part_descriptor.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MLCommon::Matrix::RankSizePair
 
struct  MLCommon::Matrix::PartDescriptor
 

Namespaces

 MLCommon
 
 MLCommon::Matrix
 

Enumerations

enum  MLCommon::Matrix::Layout { MLCommon::Matrix::LayoutRowMajor = 0 , MLCommon::Matrix::LayoutColMajor }
 

Functions

std::ostream & MLCommon::Matrix::operator<< (std::ostream &os, const PartDescriptor &desc)
 
bool MLCommon::Matrix::operator== (const PartDescriptor &a, const PartDescriptor &b)