Home
last modified time | relevance | path

Searched refs:solution (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/external/libcxx/docs/DesignDocs/
DCapturingConfigInfo.rst21 * The solution should not INSTALL any additional headers. We don't want an extra
24 * The solution should not unduly affect libc++ developers. The problem is limited
25 to installed versions of libc++ and the solution should be as well.
27 * The solution should not modify any existing headers EXCEPT during installation.
31 * The solution should not make any of the libc++ headers dependent on
35 * The solution should not have ANY effect on users who don't need special
/external/webrtc/
Dcheck_root_dir.py38 for solution in config_dict.get('solutions', []):
39 if solution['name'] == 'trunk':
41 if solution.get('custom_vars', {}).get('root_dir'):
/external/tensorflow/tensorflow/contrib/cmake/
Dpython_sanity_test.py68 solution = ("Please remove the invalid entry (or add the missing "
70 raise AssertionError(problem + "\n" + solution)
82 solution = "Please add the missing entry (comment to whitelist if needed)."
83 raise AssertionError(problem + "\n" + solution)
/external/fonttools/Lib/fontTools/varLib/
Diup.py260 solution = set()
263 solution.add(i)
265 assert forced <= solution, (forced, solution)
266 delta = [delta[i] if i in solution else None for i in range(n)]
278 solution = set()
281 solution.add(i % n)
286 best_sol, best_cost = solution, cost
/external/vulkan-headers/
DBUILD.md84 - [Git for Windows](http://git-scm.com/download/win) is a popular solution
94 command line or use the Visual Studio IDE to open the generated solution and
95 work with the solution interactively.
155 The above steps create a Windows solution file named `Vulkan-Headers.sln` in
158 At this point, you can build the solution from the command line or open the
159 generated solution with Visual Studio.
175 Launch Visual Studio and open the "Vulkan-Headers.sln" solution file in the
176 build directory. Build the `INSTALL` target from the Visual Studio solution
182 > solution, building the solution from the command line may be more efficient
/external/tensorflow/tensorflow/python/ops/linalg/
Dlinear_operator_composition.py273 solution = solve_order_list[0].solve(
276 solution = operator.solve(solution, adjoint=adjoint)
277 return solution
Dlinear_operator_util.py355 solution = linalg_ops.matrix_solve(
358 return reshape_inv(solution)
403 solution = linalg_ops.matrix_triangular_solve(
409 return reshape_inv(solution)
/external/eigen/doc/
DWrongStackAlignment.dox25 \section sec_sol1 Local solution
27 A local solution is to mark such a function with this attribute:
35 …a macro which you leave empty on other platforms. The advantage of this solution is that you can f…
40 A global solution is to edit your project so that when compiling with GCC on Windows, you pass this…
46 Another global solution is to pass this option to gcc:
DLeastSquares.dox7 vector \a x which is closest to being a solution, in the sense that the difference \a Ax - \a b is
8 as small as possible. This \a x is called the least square solution (if the Euclidean norm is used).
37 The solve() method in QR decomposition classes also computes the least squares solution. There are
53 Finding the least squares solution of \a Ax = \a b is equivalent to solving the normal equation
/external/skqp/site/dev/design/conical/
Dindex.md66 interested positive solution $x_t$. Again, if there are multiple $x_t$ solutions, we may want to
72 **Theorem 1.** The solution to $x_t$ is
79 3 may have no solution at all if $(r_1^2 - 1) y^2 + r_1^2 x^2 < 0$.
177 Therefore $||P C|| = ||P_1 C_1|| \cdot (||C_f C|| / ||C_f C_1||) = r_1 x'$. Thus $x'$ is a solution
181 **Lemma 2.** For every solution $x_t$, if we extend/shrink segment $C_f P$ to $C_f P_1$ with ratio
191 * when $r_1 > 1$, there's always one unique intersection/solution; we call this "well-behaved"; this
193 * when $r_1 = 1$, there's either one or zero intersection/solution (excluding $C_f$ which is always
206 **Lemma 3.** When solution exists, one such solution is
263 **Corollary 2.** If $r_1 = 1$, then the solution $x_t = \frac{x^2 + y^2}{(1 + r_1) x}$, and
268 **Corollary 3.** If $r_1 > 1$, then the unique solution is
[all …]
/external/skia/site/dev/design/conical/
Dindex.md66 interested positive solution $x_t$. Again, if there are multiple $x_t$ solutions, we may want to
72 **Theorem 1.** The solution to $x_t$ is
79 3 may have no solution at all if $(r_1^2 - 1) y^2 + r_1^2 x^2 < 0$.
177 Therefore $||P C|| = ||P_1 C_1|| \cdot (||C_f C|| / ||C_f C_1||) = r_1 x'$. Thus $x'$ is a solution
181 **Lemma 2.** For every solution $x_t$, if we extend/shrink segment $C_f P$ to $C_f P_1$ with ratio
191 * when $r_1 > 1$, there's always one unique intersection/solution; we call this "well-behaved"; this
193 * when $r_1 = 1$, there's either one or zero intersection/solution (excluding $C_f$ which is always
206 **Lemma 3.** When solution exists, one such solution is
263 **Corollary 2.** If $r_1 = 1$, then the solution $x_t = \frac{x^2 + y^2}{(1 + r_1) x}$, and
268 **Corollary 3.** If $r_1 > 1$, then the unique solution is
[all …]
/external/tensorflow/tensorflow/contrib/integrate/python/ops/
Dodes.py377 def interpolate(solution, history, rk_state, i): argument
386 solution = solution.write(i, y)
387 return solution, history, rk_state, i + 1
392 solution = tensor_array_ops.TensorArray(
402 solution, history, _, _ = control_flow_ops.while_loop(
404 interpolate, (solution, history, rk_state, 1),
407 y = solution.stack(name=scope)
/external/swiftshader/third_party/LLVM/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt7 providing a solution to these two goals will yield an excellent solution
30 On a social level, static compilation is a very shortsighted solution to
44 solution to these problems. Its design allows the large body of platform
/external/swiftshader/third_party/llvm-7.0/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt7 providing a solution to these two goals will yield an excellent solution
30 On a social level, static compilation is a very shortsighted solution to
44 solution to these problems. Its design allows the large body of platform
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt7 providing a solution to these two goals will yield an excellent solution
30 On a social level, static compilation is a very shortsighted solution to
44 solution to these problems. Its design allows the large body of platform
/external/ImageMagick/
DInstall-windows.txt34 solution configure.sln. Open this solution with Visual Studio and start a
48 Open the solution to start building ImageMagick. The binaries will be created
/external/v8/tools/visual_studio/
DREADME.txt2 Studio/Visual C++ Express solution has been retired. If a Visual
3 Studio project/solution is needed there is the option of using GYP to
/external/grpc-grpc/examples/csharp/HelloworldLegacyCsproj/
DREADME.md27 - Open solution `Greeter.sln` with Visual Studio, Monodevelop (on Linux) or Xamarin Studio (on Mac …
31 * Build the solution (this will automatically download NuGet dependencies)
42 * Now that packages have been restored into their proper package folder, build the solution from yo…
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MatrixSolveLs.pbtxt49 If `fast` is `True`, then the solution is computed by solving the normal
55 minimum-norm solution to the under-determined linear system, i.e.
64 least-squares solution, even when \\(A\\) is rank deficient. This path is
/external/capstone/msvc/
DREADME12 (2) The solution (capstone.sln) & all project files (*.vcxproj) are made in
15 asked at the initial dialog, and proceed to build the solution normally
/external/expat/win32/
DREADME.txt9 A solution file for Visual Studio 2013 is provided: expat.sln.
11 project directories. This solution file can be opened in VS 2015 or VS 2017
13 Note: Tests have their own solution files.
/external/python/cpython3/PCbuild/
Dreadme.txt26 solution in Visual Studio to continue development.
30 The solution currently supports two platforms. The Win32 platform is
36 Four configuration options are supported by the solution:
88 are managed by the pcbuild.sln solution file. Each sub-project is
233 as the values of certain properties in order for the build solution to
244 The solution has two configurations for PGO. The PGInstrument
262 The solution has no configuration for static libraries. However it is
273 The PCbuild solution makes use of Visual Studio property files (*.props)
/external/lz4/lib/dll/example/
DREADME.md52 dynamic LZ4 library from the `dll` directory. The solution works with Visual C++
53 2010 or newer. When one will open the solution with Visual C++ newer than 2010
54 then the solution will upgraded to the current version.
/external/python/cpython2/PCbuild/
Dreadme.txt48 Then, to continue development, you can open the solution "pcbuild.sln" in
52 details. The solution is configured to build the projects in the correct
57 The solution currently supports two platforms. The Win32 platform is
63 Four configuration options are supported by the solution:
136 are managed by the pcbuild.sln solution file. Each sub-project is
275 as the values of certain properties in order for the build solution to
286 The solution has two configurations for PGO. The PGInstrument
304 The solution has no configuration for static libraries. However it is
315 The PCbuild solution makes use of Visual Studio property files (*.props)
/external/python/cpython2/PC/VS9.0/
Dreadme.txt18 build the solution. Unless you are going to debug a problem in the core or
24 edition. However the express edition does not support features like solution
28 The solution is configured to build the projects in the correct order. "Build
43 The 32bit builds end up in the solution folder PCbuild while the x64 builds
207 The solution has two configurations for PGO. The PGInstrument
222 The solution has no configuration for static libraries. However it is easy
232 The PCbuild solution makes heavy use of Visual Studio property files

12345678910>>...22