NnetComputationPrintInserter Struct Reference

#include <nnet-computation.h>

Collaboration diagram for NnetComputationPrintInserter:

Public Member Functions

void Print (std::ostream &os) const
 

Public Attributes

const NnetComputationcomputation
 
const Nnetnnet
 

Friends

std::ostream & operator<< (std::ostream &os, NnetComputationPrintInserter xhis)
 

Detailed Description

Definition at line 521 of file nnet-computation.h.

Member Function Documentation

◆ Print()

void Print ( std::ostream &  os) const
inline

Definition at line 524 of file nnet-computation.h.

References NnetComputation::Print().

524  {
525  computation.Print(os, nnet);
526  }
void Print(std::ostream &os, const Nnet &nnet) const

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
NnetComputationPrintInserter  xhis 
)
friend

Definition at line 527 of file nnet-computation.h.

528  {
529  xhis.Print(os);
530  return os;
531  }

Member Data Documentation

◆ computation

const NnetComputation& computation

Definition at line 522 of file nnet-computation.h.

◆ nnet

const Nnet& nnet

Definition at line 523 of file nnet-computation.h.


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