Home
last modified time | relevance | path

Searched refs:my_lambda (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/test/CodeCompletion/
Dlambdas.cpp65 auto my_lambda = [&](int a, double &b) { return 1.f; }; in test6() local
/external/tensorflow/tensorflow/python/autograph/g3doc/reference/
Dlimitations.md807 my_lambda = lambda: x
815 my_lambda = (lambda x, y: x * y - y)