Home
last modified time | relevance | path

Searched defs:lam (Results 1 – 8 of 8) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/testing/
DLocalActivityManagerContainer.java33 LocalActivityManager lam = new LocalActivityManager((Activity) getContext(), true); in init() local
/external/tensorflow/tensorflow/python/kernel_tests/random/
Drandom_poisson_test.py41 def _Sampler(self, num, lam, dtype, use_gpu, seed=None): argument
/external/tensorflow/tensorflow/python/ops/
Drandom_ops.py485 def random_poisson(lam, shape, dtype=dtypes.float32, seed=None, name=None): argument
524 def random_poisson_v2(shape, lam, dtype=dtypes.float32, seed=None, name=None): argument
/external/python/cpython2/Lib/test/
Dtest_py3kwarn.py159 lam = lambda x: x function
/external/clang/test/SemaCXX/
Dcxx1y-generic-lambdas-capturing.cpp900 auto lam = [=](auto a) { f(a); }; // captures 'this' in g() local
906 auto lam = [](auto a) { f(a); }; // expected-error{{'this'}} in g2() local
1031 auto lam = [=](auto a) { f(a); }; in g() local
1063 auto lam = [](auto a) { f(a, a); }; in g() local
/external/tensorflow/tensorflow/core/graph/
Dtestlib.cc215 Node* RandomPoisson(Graph* g, Node* shape, Node* lam) { in RandomPoisson()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1005 LambdaBenchmark(const char* name, OLambda&& lam) in LambdaBenchmark()
/external/google-benchmark/include/benchmark/
Dbenchmark.h1005 LambdaBenchmark(const char* name, OLambda&& lam) in LambdaBenchmark()