Home
last modified time | relevance | path

Searched defs:lam (Results 1 – 19 of 19) 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/ops/numpy_ops/
Dnp_random.py91 def poisson(lam=1.0, size=None): argument
Dnp_random_test.py130 def test(self, lam, size): argument
/external/tensorflow/tensorflow/python/ops/
Drandom_ops.py646 def random_poisson(lam, shape, dtype=dtypes.float32, seed=None, name=None): argument
686 def random_poisson_v2(shape, lam, dtype=dtypes.float32, seed=None, name=None): argument
Dstateless_random_ops.py424 lam, argument
/external/tensorflow/tensorflow/python/kernel_tests/random/
Drandom_poisson_test.py41 def _Sampler(self, num, lam, dtype, use_gpu, seed=None): argument
Dstateless_random_ops_test.py189 def wrap(op, lam, lam_dtype, out_dtype, shape, seed): argument
/external/tensorflow/tensorflow/python/autograph/pyct/
Dparser.py234 def _parse_lambda(lam): argument
Dparser_test.py204 def do_parse_and_test(lam, **unused_kwargs): argument
/external/llvm-project/clang/test/CXX/drs/
Ddr9xx.cpp80 auto lam = [](int x = 42) { return x; }; in test() local
Ddr18xx.cpp37 auto lam = [](int x = 42) { return x; }; in test() local
/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/llvm-project/clang/test/SemaCXX/
Dcxx1y-generic-lambdas-capturing.cpp905 auto lam = [=](auto a) { f(a); }; // captures 'this' in g() local
911 auto lam = [](auto a) { f(a); }; // expected-error{{'this'}} in g2() local
1036 auto lam = [=](auto a) { f(a); }; in g() local
1068 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/llvm-project/llvm/utils/benchmark/include/benchmark/
Dbenchmark.h969 LambdaBenchmark(const char* name, OLambda&& lam) in LambdaBenchmark()
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1005 LambdaBenchmark(const char* name, OLambda&& lam) in LambdaBenchmark()
/external/llvm-project/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h1005 LambdaBenchmark(const char* name, OLambda&& lam) in LambdaBenchmark()
/external/google-benchmark/include/benchmark/
Dbenchmark.h1025 LambdaBenchmark(const char* name, OLambda&& lam) in LambdaBenchmark()