Home
last modified time | relevance | path

Searched defs:IsIdentity (Results 1 – 5 of 5) sorted by relevance

/external/dng_sdk/source/
Ddng_1d_function.cpp29 bool dng_1d_function::IsIdentity () const in IsIdentity() function in dng_1d_function
78 bool dng_1d_identity::IsIdentity () const in IsIdentity() function in dng_1d_identity
128 bool dng_1d_concatenate::IsIdentity () const in IsIdentity() function in dng_1d_concatenate
170 bool dng_1d_inverse::IsIdentity () const in IsIdentity() function in dng_1d_inverse
Ddng_spline.cpp156 bool dng_spline_solver::IsIdentity () const in IsIdentity() function in dng_spline_solver
/external/tensorflow/tensorflow/core/graph/
Dgraph.h151 bool IsIdentity() const { return class_ == NC_IDENTITY; } in IsIdentity() function
689 inline bool IsIdentity(const Node* node) { return node->IsIdentity(); } in IsIdentity() function
/external/pdfium/core/fxcrt/
Dfx_coordinates.h625 bool IsIdentity() const { in IsIdentity() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc145 bool IsIdentity(const NodeDef& node) { in IsIdentity() function