tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Functions
comparison.h File Reference
#include "config.h"
#include "fused/BaseExpr.h"
#include "fused/operators/operators_common.h"
#include "simple_type_traits.h"
#include "helper_traits.h"
#include "fused/kernel_ops/kernel_ops.h"
Include dependency graph for comparison.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename LHS , typename RHS >
bool operator== (const BaseExpr< LHS > &lhs, const BaseExpr< RHS > &rhs)
 
template<typename LHS , typename RHS >
bool operator!= (const BaseExpr< LHS > &lhs, const BaseExpr< RHS > &rhs)
 

Function Documentation

◆ operator!=()

template<typename LHS , typename RHS >
bool operator!= ( const BaseExpr< LHS > &  lhs,
const BaseExpr< RHS > &  rhs 
)

◆ operator==()

template<typename LHS , typename RHS >
bool operator== ( const BaseExpr< LHS > &  lhs,
const BaseExpr< RHS > &  rhs 
)
Here is the call graph for this function: