Home
last modified time | relevance | path

Searched refs:Assign (Results 1 – 25 of 209) sorted by relevance

123456789

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorDevice.h33 typedef TensorAssignOp<ExpressionType, const OtherDerived> Assign; typedef
34 Assign assign(m_expression, other);
35 internal::TensorExecutor<const Assign, DeviceType>::run(assign, m_device);
44 typedef TensorAssignOp<ExpressionType, const Sum> Assign; typedef
45 Assign assign(m_expression, sum);
46 internal::TensorExecutor<const Assign, DeviceType>::run(assign, m_device);
55 typedef TensorAssignOp<ExpressionType, const Difference> Assign; typedef
56 Assign assign(m_expression, difference);
57 internal::TensorExecutor<const Assign, DeviceType>::run(assign, m_device);
DTensor.h386 typedef TensorAssignOp<Tensor, const OtherDerived> Assign; in Tensor() typedef
387 Assign assign(*this, other.derived()); in Tensor()
388 resize(TensorEvaluator<const Assign, DefaultDevice>(assign, DefaultDevice()).dimensions()); in Tensor()
389 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice()); in Tensor()
395 typedef TensorAssignOp<Tensor, const OtherDerived> Assign; in Tensor() typedef
396 Assign assign(*this, other.derived()); in Tensor()
397 resize(TensorEvaluator<const Assign, DefaultDevice>(assign, DefaultDevice()).dimensions()); in Tensor()
398 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice()); in Tensor()
404 typedef TensorAssignOp<Tensor, const Tensor> Assign; typedef
405 Assign assign(*this, other);
[all …]
DTensorFixedSize.h323 typedef TensorAssignOp<TensorFixedSize, const OtherDerived> Assign; in TensorFixedSize() typedef
324 Assign assign(*this, other.derived()); in TensorFixedSize()
325 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice()); in TensorFixedSize()
331 typedef TensorAssignOp<TensorFixedSize, const OtherDerived> Assign; in TensorFixedSize() typedef
332 Assign assign(*this, other.derived()); in TensorFixedSize()
333 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice()); in TensorFixedSize()
341 typedef TensorAssignOp<Self, const TensorFixedSize> Assign; typedef
342 Assign assign(*this, other);
343 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
352 typedef TensorAssignOp<Self, const OtherDerived> Assign; typedef
[all …]
DTensorLayoutSwap.h88 typedef TensorAssignOp<TensorLayoutSwapOp, const TensorLayoutSwapOp> Assign;
89 Assign assign(*this, other);
90 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
98 typedef TensorAssignOp<TensorLayoutSwapOp, const OtherDerived> Assign;
99 Assign assign(*this, other);
100 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
DTensorMorphing.h75 typedef TensorAssignOp<TensorReshapingOp, const TensorReshapingOp> Assign;
76 Assign assign(*this, other);
77 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
85 typedef TensorAssignOp<TensorReshapingOp, const OtherDerived> Assign;
86 Assign assign(*this, other);
87 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
261 typedef TensorAssignOp<TensorSlicingOp, const OtherDerived> Assign;
262 Assign assign(*this, other);
263 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
270 typedef TensorAssignOp<TensorSlicingOp, const TensorSlicingOp> Assign;
[all …]
DTensorReverse.h78 typedef TensorAssignOp<TensorReverseOp, const TensorReverseOp> Assign;
79 Assign assign(*this, other);
80 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
88 typedef TensorAssignOp<TensorReverseOp, const OtherDerived> Assign;
89 Assign assign(*this, other);
90 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
DTensorShuffling.h76 typedef TensorAssignOp<TensorShufflingOp, const TensorShufflingOp> Assign;
77 Assign assign(*this, other);
78 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
86 typedef TensorAssignOp<TensorShufflingOp, const OtherDerived> Assign;
87 Assign assign(*this, other);
88 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
DTensorMap.h298 typedef TensorAssignOp<Self, const Self> Assign; typedef
299 Assign assign(*this, other);
300 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
308 typedef TensorAssignOp<Self, const OtherDerived> Assign; typedef
309 Assign assign(*this, other);
310 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
DTensorStriding.h76 typedef TensorAssignOp<TensorStridingOp, const TensorStridingOp> Assign;
77 Assign assign(*this, other);
78 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
86 typedef TensorAssignOp<TensorStridingOp, const OtherDerived> Assign;
87 Assign assign(*this, other);
88 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
DTensorConcatenation.h85 typedef TensorAssignOp<TensorConcatenationOp, const TensorConcatenationOp> Assign;
86 Assign assign(*this, other);
87 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
95 typedef TensorAssignOp<TensorConcatenationOp, const OtherDerived> Assign;
96 Assign assign(*this, other);
97 internal::TensorExecutor<const Assign, DefaultDevice>::run(assign, DefaultDevice());
/external/libbrillo/brillo/
Dany_internal_impl_unittest.cc22 buffer.Assign(2); in TEST()
30 buffer.Assign(2.3); in TEST()
39 buffer.Assign(nullptr); in TEST()
46 buffer.Assign("abcd"); in TEST()
56 buffer.Assign(&non_trivial); in TEST()
68 buffer.Assign(non_trivial); in TEST()
80 buffer.Assign(small); in TEST()
88 buffer.Assign(large); in TEST()
98 buffer1.Assign(30); in TEST()
107 buffer1.Assign(std::string("abc")); in TEST()
[all …]
/external/tensorflow/tensorflow/stream_executor/lib/
Dstatusor_internals.h107 Assign(other.data_);
109 Assign(other.status_);
116 Assign(std::move(other.data_));
118 Assign(std::move(other.status_));
131 void Assign(const T& value) { in Assign() function
141 void Assign(T&& value) { in Assign() function
151 void Assign(const Status& status) { in Assign() function
157 void Assign(Status&& status) { in Assign() function
Dstatusor.h219 this->Assign(status);
231 this->Assign(std::move(status));
246 this->Assign(other.ValueOrDie());
248 this->Assign(other.status());
263 this->Assign(std::move(other).ValueOrDie());
265 this->Assign(std::move(other).status());
/external/tensorflow/tensorflow/core/kernels/
Dtraining_ops_test.cc64 test::graph::Assign(g, var, Zeros(g, n)); in SGD()
94 test::graph::Assign(g, var, zero); in Adagrad()
95 test::graph::Assign(g, accum, zero); in Adagrad()
127 test::graph::Assign(g, var, zero); in Momentum()
128 test::graph::Assign(g, accum, zero); in Momentum()
162 test::graph::Assign(g, var, zero); in Adam()
163 test::graph::Assign(g, m, zero); in Adam()
164 test::graph::Assign(g, v, zero); in Adam()
205 test::graph::Assign(g, var, zero); in RMSProp()
206 test::graph::Assign(g, ms, zero); in RMSProp()
[all …]
Dcwise_ops_common.h277 void Assign(const D& d, Out out, Rhs rhs) { in Assign() function
288 Assign(d, out, in0.binaryExpr(in1, typename Functor::func()));
298 Assign(d, out, in.unaryExpr(Unary(scalar.data())));
308 Assign(d, out, in.unaryExpr(Unary(scalar.data())));
320 Assign(dev, out, in0.binaryExpr(in1, func));
323 Assign(dev, out, in0.binaryExpr(rhs, func));
326 Assign(dev, out, lhs.binaryExpr(in1, func));
330 Assign(dev, out, lhs.binaryExpr(rhs, func));
344 Assign(d, out, in0.binaryExpr(in1, typename Functor::func()));
354 Assign(d, out, in.unaryExpr(Unary(scalar.data())));
[all …]
Dscatter_functor.h46 struct Assign {}; struct
48 struct Assign<scatter_op::UpdateOp::ASSIGN> {
59 struct Assign<scatter_op::UpdateOp::ADD> {
70 struct Assign<scatter_op::UpdateOp::SUB> {
81 struct Assign<scatter_op::UpdateOp::MUL> {
92 struct Assign<scatter_op::UpdateOp::DIV> {
103 struct Assign<scatter_op::UpdateOp::MIN> {
116 struct Assign<scatter_op::UpdateOp::MAX> {
215 scatter_op::internal::Assign<op>::Run(params.template chip<0>(index),
313 scatter_op::internal::Assign<scatter_op::UpdateOp::ASSIGN>::Run(
[all …]
/external/clang/test/SemaCXX/
Ddeprecated.cpp71 struct Assign { struct
72Assign &operator=(const Assign&); // expected-warning {{definition of implicit copy constructor fo…
74 Assign a1, a2(a1); // expected-note {{implicit copy constructor for 'Assign' first required here}}
/external/clang/lib/StaticAnalyzer/Core/
DCheckerHelpers.cpp81 if (auto Assign = dyn_cast_or_null<BinaryOperator>(S)) { in parseAssignment() local
82 if (Assign->isAssignmentOp()) { in parseAssignment()
84 RHS = Assign->getRHS(); in parseAssignment()
85 if (auto DE = dyn_cast_or_null<DeclRefExpr>(Assign->getLHS())) in parseAssignment()
/external/tensorflow/tensorflow/cc/saved_model/testdata/half_plus_two_pbtxt/00000123/
Dsaved_model.pbtxt40 name: "Assign"
524 name: "a/Assign"
525 op: "Assign"
661 name: "b/Assign"
662 op: "Assign"
798 name: "c/Assign"
799 op: "Assign"
1513 name: "filename_tensor/Assign"
1514 op: "Assign"
1582 name: "Assign/value"
[all …]
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_except.py28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms
78 assign = Assign(target, Attr(new_N, Name('args')))
80 assign = Assign(target, new_N)
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_except.py28 from ..fixer_util import Assign, Attr, Name, is_tuple, is_list, syms
78 assign = Assign(target, Attr(new_N, Name(u'args')))
80 assign = Assign(target, new_N)
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmemory_optimizer_test.cc239 Output init = ops::Assign(s.WithOpName("init"), a, constant); in TEST_F()
313 Output init = ops::Assign(s.WithOpName("init"), v, constant); in TEST_F()
364 Output init = ops::Assign(s.WithOpName("init"), v, constant); in TEST_F()
458 Output assign = ops::Assign(s.WithOpName("assign").WithDevice("/cpu:0"), in TEST_F()
488 Output assign = ops::Assign(s.WithOpName("assign").WithDevice("/cpu:0"), in TEST_F()
520 Output assign = ops::Assign(s.WithOpName("assign").WithDevice("/cpu:0"), in TEST_F()
545 Output assign = ops::Assign(s.WithOpName("assign").WithDevice("/cpu:0"), in TEST_F()
571 Output assign0 = ops::Assign(s.WithOpName("assign0").WithDevice("/cpu:0"), in TEST_F()
573 Output assign2 = ops::Assign(s.WithOpName("assign2").WithDevice("/cpu:0"), in TEST_F()
575 Output assign3 = ops::Assign(s.WithOpName("assign3").WithDevice("/cpu:0"), in TEST_F()
[all …]
/external/tensorflow/tensorflow/core/profiler/internal/testdata/
Dgraph.pbtxt323 name: "ScalarW/Assign"
324 op: "Assign"
722 name: "DW/Assign"
723 op: "Assign"
1207 name: "DW2/Assign"
1208 op: "Assign"
1364 input: "^ScalarW/Assign"
1365 input: "^DW/Assign"
1366 input: "^DW2/Assign"
/external/ppp/pppd/plugins/radius/etc/
Ddictionary.ascend31 ATTRIBUTE Ascend-Client-Assign-DNS 137 integer
38 ATTRIBUTE Ascend-Assign-IP-Client 144 ipaddr
39 ATTRIBUTE Ascend-Assign-IP-Server 145 ipaddr
40 ATTRIBUTE Ascend-Assign-IP-Global-Pool 146 string
112 ATTRIBUTE Ascend-Assign-IP-Pool 218 integer
284 VALUE Ascend-Client-Assign-DNS DNS-Assign-No 0
285 VALUE Ascend-Client-Assign-DNS DNS-Assign-Yes 1
/external/tensorflow/tensorflow/cc/framework/
Dgradients_test.cc31 using ops::Assign;
381 auto x_assign = Assign(scope_test_, x, x_const); in TEST_F()
385 auto y_assign = Assign(scope_test_, y, y_const); in TEST_F()
391 auto z_assign = Assign(scope_test_, z, z_const); in TEST_F()
410 auto x_assign = Assign(scope_test_, x, x_const); in TEST_F()
414 auto y_assign = Assign(scope_test_, y, y_const); in TEST_F()
420 auto z_assign = Assign(scope_test_, z, z_const); in TEST_F()

123456789