/external/brotli/csharp/org/brotli/dec/ |
D | Transform.cs | 34 …Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, string.Empty), n… 35 …g.Brotli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(" ", Org.Brotli.Dec.Wo… 36 …Brotli.Dec.WordTransformType.Identity, " the "), new Org.Brotli.Dec.Transform(" ", Org.Brotli.Dec.… 37 …tli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.De… 38 …Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " and "), new Or… 39 …tli.Dec.WordTransformType.Identity, " "), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.De… 40 …Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, " in "), new Org… 41 …Identity, " to "), new Org.Brotli.Dec.Transform("e ", Org.Brotli.Dec.WordTransformType.Identity, "… 42 …Identity, "."), new Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identi… 43 …Org.Brotli.Dec.Transform(string.Empty, Org.Brotli.Dec.WordTransformType.Identity, "]"), new Org.Br… [all …]
|
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | function_utils_test.cc | 224 name: "Identity" 225 op: "Identity" 235 op: "Identity" 236 input: "Identity:output:0" 320 name: "Identity" 321 op: "Identity" 331 op: "Identity" 332 input: "Identity:output:0" 400 name: "cond/Identity" 401 op: "Identity" [all …]
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | subgraph.h | 35 class Identity : public gtl::FlatSet<const GenNode*> { 39 Identity() = default; 40 Identity(InitializerList init); 41 bool operator<(const Identity& other) const; 42 bool operator==(const Identity& other) const; 48 explicit Subgraph(Identity id) : id_(std::move(id)), hash_(id_.Hash()) {} in Subgraph() 51 Subgraph(const Identity& parent_id, GenNode* add_node); 74 const Identity& id() const { return id_; } in id() 87 Identity id_; 104 explicit SubgraphIterator(const Subgraph::Identity* id); [all …]
|
D | graph_analyzer_test.cc | 154 absl::make_unique<Subgraph>(Subgraph::Identity({GetNode("add2")})); in TEST_F() 175 auto parent = absl::make_unique<Subgraph>(Subgraph::Identity()); in TEST_F() 177 absl::make_unique<Subgraph>(Subgraph::Identity({GetNode("add2")})); in TEST_F() 199 absl::make_unique<Subgraph>(Subgraph::Identity({GetNode("add2")})); in TEST_F() 221 absl::make_unique<Subgraph>(Subgraph::Identity({GetNode("add2")})); in TEST_F() 239 Subgraph::Identity({GetNode("add2"), GetNode("const2_1"), in TEST_F() 258 absl::make_unique<Subgraph>(Subgraph::Identity({GetNode("const2_1")})); in TEST_F() 279 absl::make_unique<Subgraph>(Subgraph::Identity({GetNode("add2")})); in TEST_F() 301 absl::make_unique<Subgraph>(Subgraph::Identity({GetNode("const2_1")})); in TEST_F() 320 GetResult().insert(absl::make_unique<Subgraph>(Subgraph::Identity({ in TEST_F() [all …]
|
D | subgraph.cc | 31 Subgraph::Identity::Identity(InitializerList init) { in Identity() function in tensorflow::grappler::graph_analyzer::Subgraph::Identity 37 bool Subgraph::Identity::operator<(const Identity& other) const { in operator <() 57 bool Subgraph::Identity::operator==(const Identity& other) const { in operator ==() 70 size_t Subgraph::Identity::Hash() const { in Hash() 112 Subgraph::Subgraph(const Identity& parent_id, GenNode* add_node) in Subgraph() 120 SubgraphIterator::SubgraphIterator(const Subgraph::Identity* id) in SubgraphIterator() 212 Subgraph* SubgraphPtrSet::ExtendParent(const Subgraph::Identity& parent_id, in ExtendParent()
|
D | subgraph_test.cc | 50 Subgraph::Identity id1; in TEST() 51 Subgraph::Identity id2; in TEST() 68 Subgraph::Identity id1; in TEST() 94 Subgraph::Identity id; in TEST() 157 Subgraph::Identity id; in TEST() 207 Subgraph::Identity id; in TEST() 259 Subgraph::Identity id_empty; in TEST() 261 Subgraph::Identity id3; in TEST() 264 Subgraph::Identity id23 = id3; in TEST() 309 Subgraph::Identity id; in TEST()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | dependency_optimizer_test.cc | 72 ops::Identity(s.WithOpName("id1").WithControlDependencies(x), add); in TEST_F() 73 Output id2 = ops::Identity( in TEST_F() 108 ops::Identity(s.WithOpName("id1").WithControlDependencies(add), x); in TEST_F() 110 ops::Identity(s.WithOpName("id2").WithControlDependencies(add), y); in TEST_F() 154 ops::Identity(s.WithOpName("id1").WithControlDependencies(add), x); in TEST_F() 201 Output ctrl_dep_id = ops::Identity( in TEST_F() 245 ops::Identity(s.WithOpName("id1").WithControlDependencies(add), x); in TEST_F() 247 ops::Identity(s.WithOpName("id2").WithControlDependencies(add), y); in TEST_F() 266 Output id = ops::Identity(s.WithControlDependencies({noop1.operation}), x); in TEST_F() 304 Output id = ops::Identity( in TEST_F() [all …]
|
D | layout_optimizer_test.cc | 152 ops::Identity(s->WithOpName("InputSizesIdentity"), input_sizes); in SimpleConv2DBackpropInput() 227 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() 262 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() 284 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() 297 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() 310 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() 323 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() 336 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() 349 Output fetch = ops::Identity(s.WithOpName("Fetch"), {conv}); in TEST_F() 364 auto o = ops::Identity(s.WithOpName("o"), p); in TEST_F() [all …]
|
D | model_pruner_test.cc | 108 Output c = ops::Identity(s.WithOpName("c"), b); in TEST_F() 109 Output d = ops::Identity(s.WithOpName("d"), c); in TEST_F() 306 Output id0 = ops::Identity(scope.WithOpName("id0"), s.output_true); in TEST_F() 308 Output id1 = ops::Identity( in TEST_F() 310 Output id2 = ops::Identity(scope.WithOpName("id2"), id0); in TEST_F() 312 ops::Identity(scope.WithOpName("id3").WithControlDependencies(id0), id1); in TEST_F() 347 Output b = ops::Identity(s.WithOpName("b"), a); in TEST_F() 348 Output c = ops::Identity(s.WithOpName("c"), b); in TEST_F() 349 Output d = ops::Identity(s.WithOpName("d"), c); in TEST_F() 350 Output e = ops::Identity(s.WithOpName("e"), d); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_xla_computations_pass_test.cc | 84 auto consumer0_a = ops::Identity(scope.WithOpName("consumer0_a"), out0); in MakeOuterGraph() 85 auto consumer0_b = ops::Identity(scope.WithOpName("consumer0_b"), out0); in MakeOuterGraph() 86 auto consumer0_c = ops::Identity(scope.WithOpName("consumer0_c"), out0); in MakeOuterGraph() 87 auto consumer1 = ops::Identity(scope.WithOpName("consumer1"), out1); in MakeOuterGraph() 88 auto consumer2 = ops::Identity(scope.WithOpName("consumer2"), out2); in MakeOuterGraph() 89 auto consumer3 = ops::Identity(scope.WithOpName("consumer3"), out3); in MakeOuterGraph() 114 auto b_identity = ops::Identity(scope.WithOpName("B_identity"), arg1); in MakeBodyGraph() 223 auto b_identity = ops::Identity(scope.WithOpName("B_identity"), b); in TEST() 245 auto consumer0_a = ops::Identity(scope.WithOpName("consumer0_a"), out0); in TEST() 246 auto consumer0_b = ops::Identity(scope.WithOpName("consumer0_b"), out0); in TEST() [all …]
|
/external/syzkaller/vendor/github.com/google/go-cmp/cmp/internal/diff/ |
D | diff.go | 20 Identity EditType = iota const 39 case Identity: 58 case Identity: 225 fwdPath.append(Identity) 231 fwdPath.append(Identity) 263 revPath.append(Identity) 269 revPath.append(Identity) 311 p.append(Identity) 331 p.append(Identity) 352 case Identity, Modified:
|
/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/ |
D | nested_loop.pbtxt | 226 name: "while/Identity" 227 op: "Identity" 238 op: "Identity" 250 input: "^while/Identity" 443 name: "while/while/Identity" 444 op: "Identity" 455 op: "Identity" 467 input: "^while/while/Identity" 489 input: "while/while/Identity" 501 input: "^while/while/Identity" [all …]
|
D | loops_and_queues.pbtxt | 263 name: "while/Identity" 264 op: "Identity" 275 op: "Identity" 336 input: "^while/Identity" 384 input: "^while/Identity" 403 input: "^while/Identity" 596 name: "while/while/Identity" 597 op: "Identity" 608 op: "Identity" 620 input: "^while/while/Identity" [all …]
|
D | loops_and_resource_vars.pbtxt | 301 name: "while/Identity" 302 op: "Identity" 313 op: "Identity" 337 input: "^while/Identity" 389 input: "^while/Identity" 571 name: "while/while/Identity" 572 op: "Identity" 583 op: "Identity" 595 input: "^while/while/Identity" 617 input: "while/while/Identity" [all …]
|
D | while_loop.pbtxt | 219 name: "while/Identity" 220 op: "Identity" 231 op: "Identity" 243 input: "^while/Identity" 265 input: "while/Identity" 277 input: "^while/Identity"
|
/external/eigen/doc/snippets/ |
D | Tutorial_AdvancedInitialization_ThreeWays.cpp | 4 mat1.topRightCorner(size/2, size/2) = MatrixXd::Identity(size/2, size/2); 5 mat1.bottomLeftCorner(size/2, size/2) = MatrixXd::Identity(size/2, size/2); 17 mat3 << MatrixXd::Zero(size/2, size/2), MatrixXd::Identity(size/2, size/2), 18 MatrixXd::Identity(size/2, size/2), MatrixXd::Zero(size/2, size/2);
|
D | HouseholderSequence_HouseholderSequence.cpp | 15 Matrix3d H0 = Matrix3d::Identity() - h(0) * v0 * v0.adjoint(); 18 Matrix3d H1 = Matrix3d::Identity() - h(1) * v1 * v1.adjoint(); 21 Matrix3d H2 = Matrix3d::Identity() - h(2) * v2 * v2.adjoint();
|
/external/eigen/unsupported/Eigen/src/MatrixFunctions/ |
D | MatrixExponential.h | 71 const MatrixType tmp = b[3] * A2 + b[1] * MatrixType::Identity(A.rows(), A.cols()); in matrix_exp_pade3() 73 V = b[2] * A2 + b[0] * MatrixType::Identity(A.rows(), A.cols()); in matrix_exp_pade3() 89 const MatrixType tmp = b[5] * A4 + b[3] * A2 + b[1] * MatrixType::Identity(A.rows(), A.cols()); in matrix_exp_pade5() 91 V = b[4] * A4 + b[2] * A2 + b[0] * MatrixType::Identity(A.rows(), A.cols()); in matrix_exp_pade5() 109 + b[1] * MatrixType::Identity(A.rows(), A.cols()); in matrix_exp_pade7() 111 V = b[6] * A6 + b[4] * A4 + b[2] * A2 + b[0] * MatrixType::Identity(A.rows(), A.cols()); in matrix_exp_pade7() 132 + b[1] * MatrixType::Identity(A.rows(), A.cols()); in matrix_exp_pade9() 134 …V = b[8] * A8 + b[6] * A6 + b[4] * A4 + b[2] * A2 + b[0] * MatrixType::Identity(A.rows(), A.cols()… in matrix_exp_pade9() 155 tmp += b[7] * A6 + b[5] * A4 + b[3] * A2 + b[1] * MatrixType::Identity(A.rows(), A.cols()); in matrix_exp_pade13() 159 V += b[6] * A6 + b[4] * A4 + b[2] * A2 + b[0] * MatrixType::Identity(A.rows(), A.cols()); in matrix_exp_pade13() [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function_test.cc | 711 auto func0 = ops::Identity(s.WithOpName("Func/x4/input/_0"), x); in TEST_F() 714 auto func1 = ops::Identity(s.WithOpName("Func/x4/output/_1"), x4_y); in TEST_F() 715 auto func2 = ops::Identity(s.WithOpName("Func/y/input/_2"), func1); in TEST_F() 718 auto func3 = ops::Identity(s.WithOpName("Func/y/output/_3"), y_y); in TEST_F() 742 auto func0 = ops::Identity(s.WithOpName("Func/x4/input/_0"), x); in TEST_F() 743 auto func4 = ops::Identity(s.WithOpName("Func/x4/x2/input/_4"), func0); in TEST_F() 745 auto func5 = ops::Identity(s.WithOpName("Func/x4/x2/output/_5"), x4_x2_y); in TEST_F() 746 auto func6 = ops::Identity(s.WithOpName("Func/x4/y/input/_6"), func5); in TEST_F() 748 auto func7 = ops::Identity(s.WithOpName("Func/x4/y/output/_7"), x4_y_y); in TEST_F() 749 auto func1 = ops::Identity(s.WithOpName("Func/x4/output/_1"), func7); in TEST_F() [all …]
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow_test.cc | 76 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_true); in TEST() 84 ops::Identity(scope.WithOpName("cond/Identity"), switch_1.output_false); in TEST() 124 auto id = ops::Identity(scope.WithOpName("cond/Merge"), if_op.output[0]); in TEST() 136 auto identity = ops::Identity(scope.WithOpName("cond/Identity"), arg_0); in TEST() 161 auto identity = ops::Identity(scope.WithOpName("cond/Identity_1"), arg_0); in TEST() 227 ops::Identity(scope.WithOpName("while/Identity"), switch_.output_true); in TEST() 234 auto sink = ops::Identity(scope.WithOpName("sink"), exit); in TEST() 271 auto sink = ops::Identity(scope.WithOpName("sink"), while_op[0]); in TEST() 302 auto identity = ops::Identity(scope.WithOpName("while/Identity"), arg); in TEST() 377 ops::Identity(scope.WithOpName("while/Identity"), switch_.output_true); in TEST() [all …]
|
/external/grpc-grpc-java/core/src/main/java/io/grpc/ |
D | Codec.java | 56 public static final class Identity implements Codec { class 61 public static final Codec NONE = new Identity(); 78 private Identity() {} in Identity() method in Codec.Identity
|
/external/grpc-grpc-java/alts/src/generated/main/java/io/grpc/alts/internal/ |
D | Handshaker.java | 1076 public io.grpc.alts.internal.Handshaker.Identity.IdentityOneofCase getIdentityOneofCase(); in getIdentityOneofCase() 1081 public static final class Identity extends class in Handshaker 1087 private Identity(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Identity() method in Handshaker.Identity 1090 private Identity() { in Identity() method in Handshaker.Identity 1098 private Identity( in Identity() method in Handshaker.Identity 1157 …io.grpc.alts.internal.Handshaker.Identity.class, io.grpc.alts.internal.Handshaker.Identity.Builder… in internalGetFieldAccessorTable() 1342 if (!(obj instanceof io.grpc.alts.internal.Handshaker.Identity)) { in equals() 1345 … io.grpc.alts.internal.Handshaker.Identity other = (io.grpc.alts.internal.Handshaker.Identity) obj; in equals() 1391 public static io.grpc.alts.internal.Handshaker.Identity parseFrom( in parseFrom() 1396 public static io.grpc.alts.internal.Handshaker.Identity parseFrom( in parseFrom() [all …]
|
/external/tensorflow/tensorflow/cc/framework/ |
D | gradients_test.cc | 33 using ops::Identity; 283 auto x = Identity(scope, unpack.output[0]); in TEST_F() 284 auto y = Identity(scope, unpack.output[1]); in TEST_F() 285 auto z = Identity(scope, unpack.output[2]); in TEST_F() 294 auto g1 = Identity(scope, dy); in TEST_F() 295 auto g2 = Identity(scope, dz); in TEST_F() 524 ? StopGradient(scope_, (Identity(scope_, z))).output in CheckGrad() 525 : Identity(scope_, z).output; in CheckGrad() 527 ? StopGradient(scope_, (Identity(scope_, z))).output in CheckGrad() 528 : Identity(scope_, z).output; in CheckGrad() [all …]
|
/external/mesa3d/src/mesa/math/ |
D | m_matrix.c | 134 static const GLfloat Identity[16] = { variable 597 memcpy( out, Identity, sizeof(Identity) ); in invert_matrix_3d() 635 memcpy( mat->inv, Identity, sizeof(Identity) ); in invert_matrix_identity() 657 memcpy( out, Identity, sizeof(Identity) ); in invert_matrix_3d_no_rot() 690 memcpy( out, Identity, sizeof(Identity) ); in invert_matrix_2d_no_rot() 712 memcpy( out, Identity, sizeof(Identity) ); 774 memcpy( mat->inv, Identity, sizeof(Identity) ); in matrix_invert() 805 memcpy(m, Identity, sizeof(Identity)); in _math_matrix_rotate() 1139 memcpy( mat->m, Identity, sizeof(Identity) ); in _math_matrix_set_identity() 1140 memcpy( mat->inv, Identity, sizeof(Identity) ); in _math_matrix_set_identity() [all …]
|
/external/clang/test/CodeGenCXX/ |
D | debug-info.cpp | 23 template<typename T> struct Identity { struct 27 void f(Identity<int>::Type a) {} in f() argument 28 void f(Identity<int> a) {} in f()
|