Home
last modified time | relevance | path

Searched defs:num_elements (Results 1 – 25 of 143) sorted by relevance

123456

/third_party/boost/libs/multi_array/test/
Dconstructors.cpp31 unsigned int num_elements) in check_shape()
64 size_type num_elements = 27; in main() local
89 size_type num_elements = 27; in main() local
110 size_type num_elements = 27; in main() local
128 size_type num_elements = 27; in main() local
155 size_type num_elements = 27; in main() local
178 size_type num_elements = 27; in main() local
201 size_type num_elements = 27; in main() local
/third_party/unity/src/
Dunity.h269 #define TEST_ASSERT_INT_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
270 #define TEST_ASSERT_INT8_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
271 #define TEST_ASSERT_INT16_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
272 #define TEST_ASSERT_INT32_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
273 #define TEST_ASSERT_INT64_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
274 #define TEST_ASSERT_UINT_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
275 #define TEST_ASSERT_UINT8_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
276 #define TEST_ASSERT_UINT16_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
277 #define TEST_ASSERT_UINT32_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
278 #define TEST_ASSERT_UINT64_ARRAY_WITHIN(delta, expected, actual, num_elements) … argument
[all …]
Dunity_internals.h873 #define UNITY_TEST_ASSERT_INT_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
874 #define UNITY_TEST_ASSERT_INT8_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
875 #define UNITY_TEST_ASSERT_INT16_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
876 #define UNITY_TEST_ASSERT_INT32_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
877 #define UNITY_TEST_ASSERT_UINT_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
878 #define UNITY_TEST_ASSERT_UINT8_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
879 #define UNITY_TEST_ASSERT_UINT16_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message)… argument
880 #define UNITY_TEST_ASSERT_UINT32_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message)… argument
881 #define UNITY_TEST_ASSERT_HEX8_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
882 #define UNITY_TEST_ASSERT_HEX16_ARRAY_WITHIN(delta, expected, actual, num_elements, line, message) … argument
[all …]
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_pk_sample.cc25 ShardPkSample::ShardPkSample(const std::string &category_field, int64_t num_elements, int64_t num_s… in ShardPkSample()
30 ShardPkSample::ShardPkSample(const std::string &category_field, int64_t num_elements, int64_t num_c… in ShardPkSample()
34 ShardPkSample::ShardPkSample(const std::string &category_field, int64_t num_elements, int64_t num_c… in ShardPkSample()
Dshard_category.cc21 …dCategory(const std::vector<std::pair<std::string, std::string>> &categories, int64_t num_elements, in ShardCategory()
29 ShardCategory::ShardCategory(const std::string &category_field, int64_t num_elements, int64_t num_c… in ShardCategory()
/third_party/cJSON/tests/unity/src/
Dunity.h240 #define TEST_ASSERT_EQUAL_INT_ARRAY(expected, actual, num_elements) … argument
241 #define TEST_ASSERT_EQUAL_INT8_ARRAY(expected, actual, num_elements) … argument
242 #define TEST_ASSERT_EQUAL_INT16_ARRAY(expected, actual, num_elements) … argument
243 #define TEST_ASSERT_EQUAL_INT32_ARRAY(expected, actual, num_elements) … argument
244 #define TEST_ASSERT_EQUAL_INT64_ARRAY(expected, actual, num_elements) … argument
245 #define TEST_ASSERT_EQUAL_UINT_ARRAY(expected, actual, num_elements) … argument
246 #define TEST_ASSERT_EQUAL_UINT8_ARRAY(expected, actual, num_elements) … argument
247 #define TEST_ASSERT_EQUAL_UINT16_ARRAY(expected, actual, num_elements) … argument
248 #define TEST_ASSERT_EQUAL_UINT32_ARRAY(expected, actual, num_elements) … argument
249 #define TEST_ASSERT_EQUAL_UINT64_ARRAY(expected, actual, num_elements) … argument
[all …]
Dunity_internals.h734 #define UNITY_TEST_ASSERT_EQUAL_INT_ARRAY(expected, actual, num_elements, line, message) Un… argument
735 #define UNITY_TEST_ASSERT_EQUAL_INT8_ARRAY(expected, actual, num_elements, line, message) Un… argument
736 #define UNITY_TEST_ASSERT_EQUAL_INT16_ARRAY(expected, actual, num_elements, line, message) Un… argument
737 #define UNITY_TEST_ASSERT_EQUAL_INT32_ARRAY(expected, actual, num_elements, line, message) Un… argument
738 #define UNITY_TEST_ASSERT_EQUAL_UINT_ARRAY(expected, actual, num_elements, line, message) Un… argument
739 #define UNITY_TEST_ASSERT_EQUAL_UINT8_ARRAY(expected, actual, num_elements, line, message) Un… argument
740 #define UNITY_TEST_ASSERT_EQUAL_UINT16_ARRAY(expected, actual, num_elements, line, message) Un… argument
741 #define UNITY_TEST_ASSERT_EQUAL_UINT32_ARRAY(expected, actual, num_elements, line, message) Un… argument
742 #define UNITY_TEST_ASSERT_EQUAL_HEX8_ARRAY(expected, actual, num_elements, line, message) Un… argument
743 #define UNITY_TEST_ASSERT_EQUAL_HEX16_ARRAY(expected, actual, num_elements, line, message) Un… argument
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dlocal_response_norm_impl.cu23 const size_t channels, const size_t num_elements, float *scale) { in ComputeScaleNHWC()
39 …alResponseNormNHWC(const T *input, const float *scale, const float beta, const size_t num_elements, in LocalResponseNormNHWC()
51 const size_t num_elements, T *dx) { in LocalResponseNormGradNHWC()
69 const float beta, const size_t channels, const size_t num_elements, float *scale, T *output, in CalLocalResponseNormNHWC()
80 …const float alpha, const float beta, const size_t channels, const size_t num_elements, float *scal… in CalLocalResponseNormGradNHWC()
Dunique_impl.cu30 int CalUnique(const T *input, int num_elements, S *input_index, S *sorted_index, T *output, S *inde… in CalUnique()
/third_party/mindspore/mindspore/core/ops/
Dtensor_list_stack.cc26 void TensorListStack::Init(const int64_t num_elements, const int64_t element_dtype) { in Init()
31 void TensorListStack::set_num_elements(const int64_t num_elements) { in set_num_elements()
/third_party/mesa3d/src/gallium/frontends/va/
Dbuffer.c40 unsigned int size, unsigned int num_elements, void *data, in vlVaCreateBuffer()
76 unsigned int num_elements) in vlVaBufferSetNumElements()
224 unsigned int *size, unsigned int *num_elements) in vlVaBufferInfo()
/third_party/mesa3d/src/util/
Du_idalloc.c68 unsigned num_elements = buf->num_elements; in util_idalloc_alloc() local
106 unsigned num_elements = buf->num_elements; in util_idalloc_alloc_range() local
Du_idalloc.h48 unsigned num_elements; /* number of allocated elements of "data" */ member
Dslab.h57 unsigned num_elements; member
/third_party/boost/boost/gil/concepts/
Dcolor_base.hpp150 static const int num_elements = size<ColorBase>::value; in constraints() local
233 static const int num_elements = size<ColorBase>::value; in constraints() local
/third_party/skia/third_party/externals/tint/src/sem/
Dconstant.cc28 const Type* ElemType(const Type* ty, size_t num_elements) { in ElemType()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/control/
Dtensorlist_reserve.cc44 int num_elements = reinterpret_cast<int *>(input1->data())[0]; in Run() local
/third_party/mesa3d/src/mesa/main/
Duniforms.h521 unsigned int num_elements; member
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dtf_reader_op.cc360 int32_t num_elements = 0; in LoadFeature() local
407 int32_t *num_elements, std::shared_ptr<Tensor> *tensor) { in LoadBytesList()
474 int32_t *num_elements, std::unique_ptr<float[]> *float_array) { in LoadFloatList()
498 int32_t *num_elements, std::shared_ptr<Tensor> *tensor) { in LoadIntListSwitch()
529 int32_t *num_elements, std::shared_ptr<Tensor> *tensor) { in LoadIntList()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/control/
Dtensorlist_reserve_infer.c56 int num_elements = ((int *)(input1->data_))[0]; in TensorListReserveInferShape() local
/third_party/selinux/libsepol/cil/src/
Dcil_mem.c52 void *cil_calloc(size_t num_elements, size_t element_size) in cil_calloc()
/third_party/grpc/test/core/iomgr/
Dtimer_heap_test.cc34 static grpc_timer* create_test_elements(size_t num_elements) { in create_test_elements()
235 const size_t num_elements = static_cast<size_t>(rand()) % 2000 + 512; in shrink_test() local
/third_party/gstreamer/gstreamer/plugins/tracers/
Dgststats.h54 guint num_elements, num_pads; member
/third_party/abseil-cpp/absl/container/internal/
Dhashtable_debug.h101 size_t LowerBoundAllocatedByteSize(size_t num_elements) { in LowerBoundAllocatedByteSize()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dhashtable_debug.h101 size_t LowerBoundAllocatedByteSize(size_t num_elements) { in LowerBoundAllocatedByteSize()

123456