Home
last modified time | relevance | path

Searched refs:reflected (Results 1 – 25 of 129) sorted by relevance

123456

/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
DNelderMead.java107 final RealPointValuePair reflected = new RealPointValuePair(xR, evaluate(xR), false); in iterateSimplex() local
109 if ((comparator.compare(best, reflected) <= 0) && in iterateSimplex()
110 (comparator.compare(reflected, secondBest) < 0)) { in iterateSimplex()
113 replaceWorstPoint(reflected, comparator); in iterateSimplex()
115 } else if (comparator.compare(reflected, best) < 0) { in iterateSimplex()
124 if (comparator.compare(expanded, reflected) < 0) { in iterateSimplex()
129 replaceWorstPoint(reflected, comparator); in iterateSimplex()
134 if (comparator.compare(reflected, worst) < 0) { in iterateSimplex()
143 if (comparator.compare(outContracted, reflected) <= 0) { in iterateSimplex()
DMultiDirectional.java74 final RealPointValuePair reflected = evaluateNewSimplex(original, 1.0, comparator); in iterateSimplex() local
75 if (comparator.compare(reflected, best) < 0) { in iterateSimplex()
80 if (comparator.compare(reflected, expanded) <= 0) { in iterateSimplex()
/external/python/httplib2/tests/
Dtest_http.py100 reflected = tests.HttpRequest.from_bytes(content)
101 assert reflected.uri == "/?a=%D0%82"
110 reflected = tests.HttpRequest.from_bytes(content)
111 assert reflected.method == "GET"
122 reflected = tests.HttpRequest.from_bytes(content)
123 assert reflected.method == method
152 reflected = tests.HttpRequest.from_bytes(content)
153 assert reflected.headers.get("user-agent", "").startswith("Python-httplib2/")
162 reflected = tests.HttpRequest.from_bytes(content)
163 assert reflected.headers.get("user-agent") == "fred/1.0"
[all …]
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06152022/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06242021/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01252022/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01242022/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02212022/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01072022/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02042022/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_02082022/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_01122022/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_04112022/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06152021/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_06212021/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_04062022/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/skia/bazel/rbe/gce_linux/cc/
Dbuiltin_include_directory_paths3 changes to it will be reflected in the action cache key. When some of these
/external/angle/third_party/EGL-Registry/
DREADME.chromium19 branch of this repository will be reflected there.
/external/tensorflow/tensorflow/tools/toolchains/win/bazel_211/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/win/tf_win_08062020/
Dbuiltin_include_directory_paths_msvc3 changes to it will be reflected in the action cache key. When some of these
/external/tensorflow/tensorflow/tools/toolchains/embedded/arm-linux/
Darm_linux_toolchain_configure.bzl16 # it may not be reflected in later builds. Doing a shutdown and clean of Bazel
/external/tensorflow/tensorflow/tools/toolchains/cpus/arm/
Darm_compiler_configure.bzl16 # it may not be reflected in later builds. Doing a shutdown and clean of Bazel
/external/cronet/patches/
D0018-Add-third_party-libevent-compat-to-includes.patch12 was not correctly reflected in the BUILD.gn
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Dilation2D.pbtxt65 negation of the erosion of `-input` by the reflected `filter`.
/external/arm-optimized-routines/
DREADME6 license, at the user’s election, as reflected in the LICENSE file.

123456