Home
last modified time | relevance | path

Searched refs:difficult (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dvoc_op.cc218 float xmin = 0.0, ymin = 0.0, xmax = 0.0, ymax = 0.0, truncated = 0.0, difficult = 0.0; in ParseAnnotationBbox() local
221 ParseNodeValue(object, "difficult", &difficult); in ParseAnnotationBbox()
237 std::vector<float> bbox_list = {xmin, ymin, xmax - xmin, ymax - ymin, difficult, truncated}; in ParseAnnotationBbox()
284 std::shared_ptr<Tensor> bbox, label, difficult, truncate; in ReadAnnotationToTensor() local
308 …RETURN_IF_NOT_OK(Tensor::CreateFromVector(difficult_data, TensorShape({bbox_num, 1}), &difficult)); in ReadAnnotationToTensor()
310 …(*row) = TensorRow({std::move(bbox), std::move(label), std::move(difficult), std::move(truncate)}); in ReadAnnotationToTensor()
/third_party/libxml2/test/XPath/xptr/
Dstrrange23 xpointer(string-range(//p, 'difficult', 1, 0))
Dstrrange3 xpointer(string-range(//p, 'difficult'))
/third_party/python/Doc/library/
Dsndhdr.rst26 value or ``0`` if unknown or difficult to decode. Similarly, *channels* will be
28 value is difficult to decode. The value for *frames* will be either the number
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/timer_settime/
Dcoverage.txt18 *Decided against testing this assertion as it would be quite difficult
/third_party/boost/libs/metaparse/example/parsing_error/
DREADME3 be difficult to understand. This example demonstrates how debug_parsing_error
/third_party/popt/
DREADME6 getopt(3) makes this quite difficult
/third_party/boost/libs/iterator/doc/quickbook/
Diterator_traits.qbk6 such a "multi-valued" traits template can be difficult to use in a
/third_party/boost/libs/config/doc/
Drationale.qbk19 difficult to maintain and more difficult to use safely. You can find a
/third_party/boost/libs/config/test/
Dboost_no_stdc_namespace.ipp12 // in namespace std. This test is difficult - some libraries
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fsync/
Dcoverage.txt20 That does not make the function any less valuable, just more difficult to test. A formal
/third_party/ltp/doc/
Dbuild-system-guide.txt17 The problem with the old Makefile system is that it was very difficult to
19 and including new targets was more difficult than it should have been
129 etc. This makes cross-compilation and determinism difficult, if not impossible.
/third_party/boost/libs/system/doc/system/
Drationale.adoc23 difficult to write portable code than system-specific code.
/third_party/boost/more/getting_started/detail/
Dcommon-footnotes.rst8 extremely difficult to eliminate in generic code, to the point
/third_party/libxml2/result/XPath/xptr/
Dstrrange259 Expression: xpointer(string-range(//p, 'difficult', 1, 0))
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_get_serialized_context_string.txt65 making the implementation difficult. It also allow a no-op
/third_party/boost/libs/iterator/doc/
Diterator_traits.rst29 such a "multi-valued" traits template can be difficult to use in a
/third_party/boost/libs/math/doc/quadrature/
Dgauss_kronrod.qbk26 with no end point singularities. For difficult functions, or those with end point singularities, p…
65 algorithm descends the tree depth first, so only "difficult" areas of the integral result in interv…
113 has been made to make these routines work well with end-point singularities or other "difficult" in…
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_rgb10_a2ui.txt135 RGB10A2UI - difficult to read
137 however it could difficult to know at a glace if the the UI applies to
/third_party/boost/libs/phoenix/doc/
Dmaintenance.qbk92 One type of bug which has been very difficult to understand has been that some test cases failed wh…
110 * The most difficult problems to diagnose have been some which occur when the compilation uses opti…
114 * This has made the identification of the cause of the problems more difficult.
/third_party/skia/third_party/externals/jinja2/
DREADME.rst25 possible, it shouldn't make the template designer's job difficult by
/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dno-dynamic-delete.md33 // Dynamic, difficult-to-reason-about lookups
/third_party/jinja2/
DREADME.rst25 possible, it shouldn't make the template designer's job difficult by
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Dsynchronous_future.dart15 /// general use of this class should be avoided as it is very difficult to debug
/third_party/boost/libs/math/doc/sf/
Dowens_t.qbk119 for our test data at 100 decimal digits precision. However, there is a difficult area when
124 in the difficult area where ['a] is close to 1, and greater than 95 decimal places elsewhere.

12345678910>>...22