Home
last modified time | relevance | path

Searched refs:IsIdentity (Results 1 – 25 of 31) sorted by relevance

12

/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
131 return fFunction1.IsIdentity () && in IsIdentity()
132 fFunction2.IsIdentity (); in IsIdentity()
170 bool dng_1d_inverse::IsIdentity () const in IsIdentity() function in dng_1d_inverse
173 return fFunction.IsIdentity (); in IsIdentity()
Ddng_1d_function.h43 virtual bool IsIdentity () const;
73 virtual bool IsIdentity () const;
115 virtual bool IsIdentity () const;
147 virtual bool IsIdentity () const;
Ddng_spline.h74 virtual bool IsIdentity () const;
Ddng_color_space.h128 return GammaFunction ().IsIdentity (); in IsLinear()
Ddng_spline.cpp156 bool dng_spline_solver::IsIdentity () const in IsIdentity() function in dng_spline_solver
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp270 if (mt.IsIdentity()) { in DrawChildAppearance()
746 if (mt.IsIdentity()) in ParentToChild()
750 if (!inverse.IsIdentity()) in ParentToChild()
757 if (mt.IsIdentity()) in ParentToChild()
761 if (!inverse.IsIdentity()) in ParentToChild()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer.cc60 if (!IsIdentity(node) && !IsIdentityN(node)) { in SafeToRemoveIdentity()
168 const bool is_identity = IsIdentity(node) || IsIdentityNSingleInput(node); in BypassingNodeIsBeneficial()
229 const bool is_identity = IsIdentity(*node) || IsIdentityNSingleInput(*node); in OptimizeNode()
448 if (IsNoOp(node) || IsIdentity(node) || IsIdentityN(node) || in OptimizeDependencies()
Dpin_to_host_optimizer.cc120 if (IsIdentity(node) || IsIdentityNSingleInput(node)) { in IsNodeOutputPortHostFriendly()
Dmodel_pruner.cc65 if (IsIdentity(node) || IsIdentityNSingleInput(node)) { in IsTrivialOp()
Dfunction_optimizer.cc1062 if (IsIdentity(func_body_node) && output_nodes.count(node_name)) { in InlineDirectFunctionCall()
1666 if (IsIdentity(func_body_node) && output_nodes.count(node_name)) { in InlineIndirectFunctionCall()
1889 if (IsIdentity(func_body_node) && is_inlined_output_node(func_body_node)) in InlineIndirectFunctionCall()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h158 bool IsIdentity() const { return class_ == NC_IDENTITY; } in IsIdentity() function
753 inline bool IsIdentity(const Node* node) { return node->IsIdentity(); } in IsIdentity() function
765 return IsIdentity(node) || IsControlFlow(node); in IsHostMemoryPreserving()
/external/epid-sdk/epid/member/src/
Dnrprove.c44 static bool IsIdentity(G1ElemStr const* elem_str) { in IsIdentity() function
263 if (IsIdentity(&proof->T)) { in EpidNrProve()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_while.cc446 if (IsIdentity(edge->dst())) { in FunctionalizeLoop()
463 if (!IsIdentity(edge->dst())) { in FunctionalizeLoop()
Dfunctionalize_cond.cc125 while (pred_edge->src()->IsIdentity()) { in GetSwitchPredicate()
1229 while (IsIdentity(val.node)) { in RemoveRedundantSwitch()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.cc252 bool IsIdentity(const NodeDef& node) { in IsIdentity() function
720 IsIdentity(node); in IsValueAndOrderAndShapePreserving()
Dop_types.h81 bool IsIdentity(const NodeDef& node);
Dmutable_graph_view.cc63 if ((IsIdentity(node) || IsIdentityNSingleInput(node)) && in IsIdentityConsumingSwitch()
974 if (IsIdentity(*fanout.node) || IsIdentityNSingleInput(*fanout.node)) { in GetControllingFaninToAdd()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_cluster_util.cc83 bool AlwaysForwardsRefInput(const Node& node) { return node.IsIdentity(); } in AlwaysForwardsRefInput()
Dmark_for_compilation_pass.cc1278 if (!n->IsIdentity() && !n->IsConstant()) { in RunImpl()
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.cc804 if (!IsIdentity(func_body_node)) continue; in MakeFunctionDef()
885 if (IsIdentity(func_node) && output_tensors.count(name)) continue; in MakeFunctionDef()
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp422 if (matrix.IsIdentity()) { in SetDIBitsWithMatrix()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp71 if (!m_pObjHolder->GetLastCTM().IsIdentity()) in GenerateContent()
/external/pdfium/xfa/fxfa/
Dcxfa_ffwidget.cpp517 if (mt.IsIdentity()) in Rotate2Normal()
/external/pdfium/core/fpdftext/
Dcpdf_textpage.cpp549 if (!formMatrix.IsIdentity()) in AppendGeneratedCharacter()
963 if (!formMatrix.IsIdentity()) in ProcessTextObject()
/external/pdfium/core/fxcrt/
Dfx_coordinates.h625 bool IsIdentity() const { in IsIdentity() function

12