HomeSort by relevance Sort by last modified time
    Searched defs:IsIdentity (Results 1 - 7 of 7) sorted by null

  /external/dng_sdk/source/
dng_1d_function.cpp 29 bool dng_1d_function::IsIdentity () const
78 bool dng_1d_identity::IsIdentity () const
128 bool dng_1d_concatenate::IsIdentity () const
131 return fFunction1.IsIdentity () &&
132 fFunction2.IsIdentity ();
170 bool dng_1d_inverse::IsIdentity () const
173 return fFunction.IsIdentity ();
dng_spline.cpp 156 bool dng_spline_solver::IsIdentity () const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusmatrix.h 114 BOOL IsIdentity() const
  /external/pdfium/core/fxcrt/
fx_coordinates.h 625 bool IsIdentity() const {
  /external/tensorflow/tensorflow/core/graph/
graph.h 151 bool IsIdentity() const { return class_ == NC_IDENTITY; }
689 inline bool IsIdentity(const Node* node) { return node->IsIdentity(); }
699 return IsIdentity(node) || IsControlFlow(node);
  /external/tensorflow/tensorflow/core/grappler/
op_types.cc 145 bool IsIdentity(const NodeDef& node) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 432 inline bool IsIdentity() const {

Completed in 238 milliseconds