/external/python/cpython3/Include/cpython/ |
D | odictobject.h | 30 #define PyODict_GetItem(od, key) PyDict_GetItem(_PyObject_CAST(od), (key)) argument 31 #define PyODict_GetItemWithError(od, key) \ argument 33 #define PyODict_Contains(od, key) PyDict_Contains(_PyObject_CAST(od), (key)) argument 34 #define PyODict_Size(od) PyDict_Size(_PyObject_CAST(od)) argument 35 #define PyODict_GetItemString(od, key) \ argument
|
/external/python/cpython3/Objects/ |
D | odictobject.c | 520 #define _odictnode_VALUE(node, od) \ argument 525 #define _odict_FIRST(od) (((PyODictObject *)od)->od_first) argument 526 #define _odict_LAST(od) (((PyODictObject *)od)->od_last) argument 527 #define _odict_EMPTY(od) (_odict_FIRST(od) == NULL) argument 528 #define _odict_FOREACH(od, node) \ argument 533 _odict_get_index_raw(PyODictObject *od, PyObject *key, Py_hash_t hash) in _odict_get_index_raw() 557 _odict_resize(PyODictObject *od) in _odict_resize() 593 _odict_get_index(PyODictObject *od, PyObject *key, Py_hash_t hash) in _odict_get_index() 613 _odict_find_node_hash(PyODictObject *od, PyObject *key, Py_hash_t hash) in _odict_find_node_hash() 627 _odict_find_node(PyODictObject *od, PyObject *key) in _odict_find_node() [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_backward_spatial_convolutions_test.cc | 61 for (int od = 0; od < output_depth; ++od) { in TEST() local 113 for (int od = 0; od < output_depth; ++od) { in TEST() local 161 for (int od = 0; od < output_depth; ++od) { in TEST() local 212 for (int od = 0; od < output_depth; ++od) { in TEST() local 266 for (int od = 0; od < output_depth; ++od) { in TEST() local 322 for (int od = 0; od < output_depth; ++od) { in TEST() local 376 for (int od = 0; od < output_depth; ++od) { in test_batched_strided_spatial_convolution_backward_input_valid() local 453 for (int od = 0; od < output_depth; ++od) { in test_batched_strided_spatial_convolution_backward_input_valid_row_major() local 521 for (int od = 0; od < output_depth; ++od) { in TEST() local 577 for (int od = 0; od < output_depth; ++od) { in TEST() local [all …]
|
D | eigen_backward_cuboid_convolutions_test.cc | 70 for (int od = 0; od < output_depth; ++od) { in TEST() local 133 for (int od = 0; od < output_depth; ++od) { in TEST() local 204 for (int od = 0; od < output_depth; ++od) { in TEST() local 275 for (int od = 0; od < output_depth; ++od) { in TEST() local 341 for (int od = 0; od < output_depth; ++od) { in TEST() local 408 for (int od = 0; od < output_depth; ++od) { in TEST() local 467 for (int od = 0; od < output_depth; ++od) { in TEST() local 533 for (int od = 0; od < output_depth; ++od) { in TEST() local 598 for (int od = 0; od < output_depth; ++od) { in TEST() local 665 for (int od = 0; od < output_depth; ++od) { in TEST() local [all …]
|
D | eigen_spatial_convolutions_test.cc | 53 for (int od = 0; od < output_depth; ++od) { in TEST() local 98 for (int od = 0; od < output_depth; ++od) { in TEST() local 134 for (int od = 0; od < 7; ++od) { in TEST() local 171 for (int od = 0; od < 7; ++od) { in TEST() local 222 for (int od = 0; od < output_depth; ++od) { in TEST() local 278 for (int od = 0; od < output_depth; ++od) { in TEST() local 336 for (int od = 0; od < output_depth; ++od) { in TEST() local 388 for (int od = 0; od < output_depth; ++od) { in TEST() local 436 for (int od = 0; od < output_depth; ++od) { in TEST() local 487 for (int od = 0; od < output_depth; ++od) { in TEST() local [all …]
|
/external/armnn/samples/ObjectDetection/include/ |
D | NonMaxSuppression.hpp | 12 namespace od namespace
|
D | IDetectionResultDecoder.hpp | 13 namespace od namespace
|
D | SSDResultDecoder.hpp | 11 namespace od namespace
|
D | BoundingBox.hpp | 8 namespace od namespace
|
D | DetectedObject.hpp | 13 namespace od namespace
|
D | ObjectDetectionPipeline.hpp | 15 namespace od namespace
|
D | YoloResultDecoder.hpp | 13 namespace od namespace
|
/external/trusty/arm-trusted-firmware/drivers/st/gpio/ |
D | stm32_gpio.c | 107 uint32_t od = GPIO_OD_OUTPUT_LOW; in dt_set_gpio_config() local 226 uint32_t speed, uint32_t pull, uint32_t od, in set_gpio() 375 uint32_t od = 0U; in set_gpio_config() local
|
/external/armnn/samples/ObjectDetection/src/ |
D | DetectedObject.cpp | 8 namespace od namespace
|
D | SSDResultDecoder.cpp | 12 namespace od namespace
|
D | NonMaxSuppression.cpp | 9 namespace od namespace
|
D | YoloResultDecoder.cpp | 13 namespace od namespace
|
D | BoundingBox.cpp | 8 namespace od namespace
|
D | ObjectDetectionPipeline.cpp | 9 namespace od namespace
|
/external/clang/test/Sema/ |
D | ext_vector_components.c | 74 float2 od(float3 x) { return x.odd; } in od() function
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/util/ |
D | ASN1Dump.java | 266 ASN1ObjectDescriptor od = (ASN1ObjectDescriptor)obj; in _dumpAsString() local
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/util/ |
D | ASN1Dump.java | 268 ASN1ObjectDescriptor od = (ASN1ObjectDescriptor)obj; in _dumpAsString() local
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/util/ |
D | ASN1Dump.java | 268 ASN1ObjectDescriptor od = (ASN1ObjectDescriptor)obj; in _dumpAsString() local
|
/external/pytorch/aten/src/ATen/native/cpu/ |
D | PaddingKernel.cpp | 210 int64_t c{0}, od{0}, oh{0}; in cpu_padding() local 286 int64_t n{0}, od{0}, oh{0}, ow{0}; in cpu_padding_channels_last() local 373 for (const auto od : c10::irange(output_depth)) { in cpu_padding_backward() local 449 for (const auto od : c10::irange(output_depth)) { in cpu_padding_backward_channels_last() local
|
D | AdaptiveAvgPoolKernel.cpp | 439 for (const auto od : c10::irange(output_depth)) { in cpu_adaptive_avg_pool3d() local 502 int64_t od = 0; in cpu_adaptive_avg_pool3d_channels_last() local 601 int64_t od = 0; in cpu_adaptive_avg_pool3d_channels_last() local 707 for (const auto od : c10::irange(output_depth)) { in cpu_adaptive_avg_pool3d_backward() local 767 for (const auto od : c10::irange(output_depth)) { in cpu_adaptive_avg_pool3d_backward_channels_last() local
|