/external/clang/test/SemaCXX/ |
D | constexpr-turing.cpp | 17 struct Tape { struct 18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() argument 19 constexpr Tape(const Tape &old, bool write) : in Tape() function 21 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument 26 const Tape *l; argument 28 const Tape *r; argument 30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update() 31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move() 35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run() 48 static_assert(run(bb3, Tape(), 0) == 21, ""); [all …]
|
/external/llvm-project/clang/test/SemaCXX/ |
D | constexpr-turing.cpp | 17 struct Tape { struct 18 constexpr Tape() : l(0), val(false), r(0) {} in Tape() argument 19 constexpr Tape(const Tape &old, bool write) : in Tape() argument 21 constexpr Tape(const Tape &old, Dir dir) : in Tape() argument 26 const Tape *l; argument 28 const Tape *r; argument 30 constexpr Tape update(const Tape &old, bool write) { return Tape(old, write); } in update() 31 constexpr Tape move(const Tape &old, Dir dir) { return Tape(old, dir); } in move() 35 constexpr unsigned run(const State *tm, const Tape &tape, unsigned state) { in run() 48 static_assert(run(bb3, Tape(), 0) == 21, ""); [all …]
|
D | constexpr-turing-cxx2a.cpp | 15 struct Tape { struct 16 constexpr Tape() = default; 17 constexpr ~Tape() { in ~Tape() argument 21 constexpr Tape *left() { in left() argument 22 if (!l) { l = new Tape; l->r = this; } in left() 25 constexpr Tape *right() { in right() argument 26 if (!r) { r = new Tape; r->l = this; } in right() 29 Tape *l = nullptr; argument 31 Tape *r = nullptr; argument 37 Tape *tape = new Tape; in run()
|
/external/tensorflow/tensorflow/python/framework/experimental/ |
D | tape.cc | 48 py::class_<Tape>(m, "Tape") in PYBIND11_MODULE() 49 .def(py::init([](bool persistent) { return new Tape(persistent); })) in PYBIND11_MODULE() 50 .def("Watch", [](Tape* self, AbstractTensorHandle* t) { self->Watch(t); }) in PYBIND11_MODULE() 52 [](Tape* self, AbstractContext* ctx, in PYBIND11_MODULE() 70 [](AbstractContext* ctx, Tape* tape, GradientRegistry* registry) { in PYBIND11_MODULE()
|
D | tape.py | 31 self._c_tape = _tape.Tape(persistent)
|
/external/tensorflow/tensorflow/c/experimental/gradients/tape/ |
D | tape_context.h | 25 explicit TapeContext(AbstractContext*, Tape*, const GradientRegistry&); 38 Tape* tape_;
|
D | tape_operation.h | 25 explicit TapeOperation(AbstractOperation*, Tape*, const GradientRegistry&); 74 Tape* tape_;
|
D | tape_context.cc | 22 TapeContext::TapeContext(AbstractContext* c, Tape* tape, in TapeContext()
|
D | tape_operation.cc | 22 TapeOperation::TapeOperation(AbstractOperation* parent_op, Tape* tape, in TapeOperation()
|
/external/tensorflow/tensorflow/c/eager/ |
D | mnist_gradients_testutil.cc | 49 auto tape = new Tape(/*persistent=*/false); in AddGradModel() 73 auto tape = new Tape(/*persistent=*/false); in MatMulGradModel() 171 auto tape = new Tape(/*persistent=*/true); in MNISTGradModel()
|
D | gradients.cc | 222 void Tape::Watch(const AbstractTensorHandle* t) { in Watch() 225 void Tape::RecordOperation(absl::Span<AbstractTensorHandle* const> inputs, in RecordOperation() 248 bool Tape::ShouldRecord( in ShouldRecord() 258 void Tape::DeleteTrace(const AbstractTensorHandle* t) { in DeleteTrace() 271 Status Tape::ComputeGradient( in ComputeGradient() 468 ForwardOperation* forward_op_, Tape* tape, in Execute()
|
D | gradients_test.cc | 78 auto tape = std::make_unique<Tape>(/*persistent=*/false); in IdentityNGradModel() 196 auto tape = std::make_unique<Tape>(/*persistent=*/false); in TEST_P() 210 Tape tape(/*persistent=*/false); in RecordOperationWithNullGradientFunctionModel()
|
D | gradients.h | 129 class Tape : protected eager::GradientTape<AbstractTensorHandle,
|
D | gradients_internal.h | 81 ForwardOperation*, Tape*, const GradientRegistry&);
|
/external/tensorflow/tensorflow/python/eager/ |
D | tape.py | 35 class Tape(object): class 50 return Tape(tape)
|
/external/tensorflow/tensorflow/c/experimental/gradients/ |
D | nn_grad_test.cc | 44 Tape tape(/*persistent=*/false); in ReluGradModel() 84 Tape tape(/*persistent=*/false); in SparseSoftmaxCrossEntropyWithLogitsGradModel() 114 Tape tape(/*persistent=*/false); in BiasAddGradModel()
|
D | custom_gradient_test.cc | 71 Tape tape(/*persistent=*/false); in ExpWithPassThroughGrad()
|
D | grad_test_helper.cc | 115 Tape tape(/*persistent=*/false); in BuildGradModel()
|
/external/libcups/locale/ |
D | cups.strings | 1566 // TRANSLATORS: Tape 1567 "binding-type.tape" = "Tape"; 3386 // TRANSLATORS: Mounting Tape 3387 "media-type.mounting-tape" = "Mounting Tape";
|
D | cups_en.po | 5537 #. TRANSLATORS: Tape 5539 msgstr "Tape" 9383 #. TRANSLATORS: Mounting Tape 9385 msgstr "Mounting Tape"
|
D | cups_cs.po | 5257 #. TRANSLATORS: Tape 9081 #. TRANSLATORS: Mounting Tape
|
D | cups_fr.po | 5275 #. TRANSLATORS: Tape 9099 #. TRANSLATORS: Mounting Tape
|
D | cups_ru.po | 5417 #. TRANSLATORS: Tape 9253 #. TRANSLATORS: Mounting Tape
|
D | cups_zh_CN.po | 5389 #. TRANSLATORS: Tape 9221 #. TRANSLATORS: Mounting Tape
|
/external/one-true-awk/testdir/ |
D | funstack.ok | 1731 Shimon Even Parallelism in Tape-Sorting . . . . . . 202--204
|