CommandPairComparator Struct Reference

Public Member Functions

bool operator() (const std::pair< int32, NnetComputation::Command > &p1, const std::pair< int32, NnetComputation::Command > &p2) const
 

Detailed Description

Definition at line 4631 of file nnet-optimize-utils.cc.

Member Function Documentation

◆ operator()()

bool operator() ( const std::pair< int32, NnetComputation::Command > &  p1,
const std::pair< int32, NnetComputation::Command > &  p2 
) const
inline

Definition at line 4634 of file nnet-optimize-utils.cc.

4635  {
4636  return p1.first < p2.first;
4637  }

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