/external/dng_sdk/source/ |
D | dng_1d_function.cpp | 29 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()
|
D | dng_1d_function.h | 43 virtual bool IsIdentity () const; 73 virtual bool IsIdentity () const; 115 virtual bool IsIdentity () const; 147 virtual bool IsIdentity () const;
|
D | dng_spline.h | 74 virtual bool IsIdentity () const;
|
D | dng_color_space.h | 128 return GammaFunction ().IsIdentity (); in IsLinear()
|
D | dng_spline.cpp | 156 bool dng_spline_solver::IsIdentity () const in IsIdentity() function in dng_spline_solver
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | resource_util.cc | 231 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()
|
D | functionalize_while.cc | 370 if (IsIdentity(edge->dst())) { in FunctionalizeLoop() 387 if (!IsIdentity(edge->dst())) { in FunctionalizeLoop()
|
D | rearrange_function_argument.cc | 330 while (input_node->IsIdentity()) { in MaybeRewriteWhileNode()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_wnd.cpp | 245 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/ |
D | graph.h | 168 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/ |
D | dependency_optimizer.cc | 60 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()
|
D | pin_to_host_optimizer.cc | 124 if (IsIdentity(node) || IsIdentityNSingleInput(node)) { in IsNodeOutputPortHostFriendly()
|
D | implementation_selector.cc | 118 if (IsIdentity(*input.node_view()->node())) { in FindForwardNode()
|
D | model_pruner.cc | 66 if (IsIdentity(node) || IsIdentityNSingleInput(node)) { in IsTrivialOp()
|
/external/pdfium/core/fxcrt/ |
D | fx_coordinates_unittest.cpp | 381 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/ |
D | host_training_loop_optimization_util.cc | 61 if (!node->IsIdentity()) return false; in IsExecuteNodeOrIdentityToExecuteNode() 82 while (node->IsIdentity()) { in FindEnterNodeFromTPUExecuteNodeInput()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | shape_inference.cc | 182 } while (node->IsIdentity()); in PropagateShapes()
|
D | extract_outside_compilation_pass.cc | 482 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()
|
D | xla_cluster_util.cc | 85 bool AlwaysForwardsRefInput(const Node& node) { return node.IsIdentity(); } in AlwaysForwardsRefInput()
|
D | mark_for_compilation_pass.cc | 1016 (node->IsIdentity() || node->IsConstant()) ? 0 : 1; in BuildInitialClusterSet() 1067 if (!node->IsIdentity()) { in IsIdentityDrivingConstsInLoop()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function_utils.cc | 135 if (!n->IsIdentity()) continue; in RemoveIdentityNodes()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | op_types.h | 95 bool IsIdentity(const NodeDef& node);
|
D | op_types.cc | 313 bool IsIdentity(const NodeDef& node) { in IsIdentity() function 811 IsIdentity(node); in IsValueAndOrderAndShapePreserving()
|
/external/pdfium/xfa/fxgraphics/ |
D | cxfa_graphics.cpp | 396 if (matrix.IsIdentity()) { in SetDIBitsWithMatrix()
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator.cpp | 104 if (!m_pObjHolder->GetLastCTM().IsIdentity()) in GenerateModifiedStreams()
|