Home
last modified time | relevance | path

Searched refs:IsIdentity (Results 1 – 25 of 41) 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/tensorflow/tensorflow/compiler/tf2xla/
Dresource_util.cc231 TF_RET_CHECK(n.IsIdentity() || n.type_string() == kIdentityNOp); in PropagateThroughIdentityOp()
232 if (n.IsIdentity()) { in PropagateThroughIdentityOp()
307 if (n->IsIdentity() || n->type_string() == kIdentityNOp) { in AnalyzeResourceUsage()
Dfunctionalize_while.cc370 if (IsIdentity(edge->dst())) { in FunctionalizeLoop()
387 if (!IsIdentity(edge->dst())) { in FunctionalizeLoop()
Drearrange_function_argument.cc330 while (input_node->IsIdentity()) { in MaybeRewriteWhileNode()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp245 if (mt.IsIdentity()) { in DrawChildAppearance()
707 if (mt.IsIdentity()) in ParentToChild()
711 if (!inverse.IsIdentity()) in ParentToChild()
718 if (mt.IsIdentity()) in ParentToChild()
722 if (!inverse.IsIdentity()) in ParentToChild()
/external/tensorflow/tensorflow/core/graph/
Dgraph.h168 bool IsIdentity() const { return class_ == NC_IDENTITY; } in IsIdentity() function
829 inline bool IsIdentity(const Node* node) { return node->IsIdentity(); } in IsIdentity() function
841 return IsIdentity(node) || IsControlFlow(node); in IsHostMemoryPreserving()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer.cc60 if (!IsIdentity(node) && !IsIdentityN(node)) { in SafeToRemoveIdentity()
190 const bool is_identity = IsIdentity(node) || IsIdentityNSingleInput(node); in BypassingNodeIsBeneficial()
251 const bool is_identity = IsIdentity(*node) || IsIdentityNSingleInput(*node); in OptimizeNode()
471 if (IsNoOp(node) || IsIdentity(node) || IsIdentityN(node) || in OptimizeDependencies()
Dpin_to_host_optimizer.cc124 if (IsIdentity(node) || IsIdentityNSingleInput(node)) { in IsNodeOutputPortHostFriendly()
Dimplementation_selector.cc118 if (IsIdentity(*input.node_view()->node())) { in FindForwardNode()
Dmodel_pruner.cc66 if (IsIdentity(node) || IsIdentityNSingleInput(node)) { in IsTrivialOp()
/external/pdfium/core/fxcrt/
Dfx_coordinates_unittest.cpp381 EXPECT_TRUE(m.IsIdentity()); in TEST()
384 EXPECT_FALSE(m.IsIdentity()); in TEST()
393 EXPECT_TRUE(m.IsIdentity()); in TEST()
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Dhost_training_loop_optimization_util.cc61 if (!node->IsIdentity()) return false; in IsExecuteNodeOrIdentityToExecuteNode()
82 while (node->IsIdentity()) { in FindEnterNodeFromTPUExecuteNodeInput()
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference.cc182 } while (node->IsIdentity()); in PropagateShapes()
Dextract_outside_compilation_pass.cc482 TF_RET_CHECK(outside_compilation_node->IsIdentity() || in UpdateTypesAttribute()
484 if (outside_compilation_node->IsIdentity()) { in UpdateTypesAttribute()
849 TF_RET_CHECK(outside_compilation_node->IsIdentity() || in PostprocessLiftedArgsForCall()
851 if (outside_compilation_node->IsIdentity()) { in PostprocessLiftedArgsForCall()
928 TF_RET_CHECK(n->IsIdentity() || n->type_string() == "Placeholder"); in OutsideCompilationAttrToNode()
Dxla_cluster_util.cc85 bool AlwaysForwardsRefInput(const Node& node) { return node.IsIdentity(); } in AlwaysForwardsRefInput()
Dmark_for_compilation_pass.cc1016 (node->IsIdentity() || node->IsConstant()) ? 0 : 1; in BuildInitialClusterSet()
1067 if (!node->IsIdentity()) { in IsIdentityDrivingConstsInLoop()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_utils.cc135 if (!n->IsIdentity()) continue; in RemoveIdentityNodes()
/external/tensorflow/tensorflow/core/grappler/
Dop_types.h95 bool IsIdentity(const NodeDef& node);
Dop_types.cc313 bool IsIdentity(const NodeDef& node) { in IsIdentity() function
811 IsIdentity(node); in IsValueAndOrderAndShapePreserving()
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp396 if (matrix.IsIdentity()) { in SetDIBitsWithMatrix()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp104 if (!m_pObjHolder->GetLastCTM().IsIdentity()) in GenerateModifiedStreams()

12