/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/ |
ctor1.fail.cpp | 32 auto const& c_init = init; local 34 PT p2{c_init}; // expected-error {{no matching constructor}}
|
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/thread/futures/futures.task/futures.task.members/ |
ctor1.fail.cpp | 32 auto const& c_init = init; local 34 PT p2{c_init}; // expected-error {{no matching constructor}}
|
/external/tensorflow/tensorflow/compiler/tests/ |
lstm_test.py | 166 c_init = constant_op.constant([[c_init_scalar]] * self._batch_size) 171 out_seq = lstm.LSTMLayer('lstm', weights, m_init, c_init, x_seq, pad_seq) 197 for c_init in [0., 1.]: 199 init_ops.ones_initializer(), m_init, c_init, 0.) 200 m0 = self._NextM(self._inputs, weight1, m_init, c_init) 201 c0 = self._NextC(self._inputs, weight1, m_init, c_init) 216 for c_init in [0., 1.]: 217 o = self._RunLSTMLayer('random', random_weight, m_init, c_init, 0.) 218 m0 = self._NextM(self._inputs, weight, m_init, c_init) 219 c0 = self._NextC(self._inputs, weight, m_init, c_init) [all...] |
/external/syslinux/com32/gplinclude/ |
cpuid.h | 275 void (*c_init) (struct cpuinfo_x86 * c); member in struct:cpu_dev
|