Home
last modified time | relevance | path

Searched defs:IsIdentity (Results 1 – 7 of 7) 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.h175 bool IsIdentity() const { return class_ == NC_IDENTITY; } in IsIdentity() function
862 inline bool IsIdentity(const Node* node) { return node->IsIdentity(); } in IsIdentity() function
/external/pdfium/core/fxcrt/
Dfx_coordinates.h491 bool IsIdentity() const { return *this == CFX_Matrix(); } in IsIdentity() function
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc315 bool IsIdentity(const NodeDef& node) { in IsIdentity() function
/external/tensorflow/tensorflow/core/ir/
Dtf_op_names.cc410 bool TFGraphDialect::IsIdentity(TFOp op) const { in IsIdentity() function in mlir::tfg::TFGraphDialect
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4264 bool IsIdentity = true; in FoldBUILD_VECTOR() local
4308 bool IsIdentity = true; in foldCONCAT_VECTORS() local