Home
last modified time | relevance | path

Searched defs:c_array (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/communication/
D_hccl_management.py101 def c_array(ctype, values): function
/third_party/json/tests/src/
Dunit-readme.cpp197 std::array<unsigned long, 4> const c_array {{1, 2, 3, 4}}; in skip() local
/third_party/json/docs/examples/
Dbasic_json__CompatibleType.cpp87 std::array<unsigned long, 4> c_array {{1, 2, 3, 4}}; in main() local
/third_party/ffmpeg/libavfilter/
Dvf_fieldmatch.c109 int *c_array; member
316 int *c_array = fm->c_array; in calc_combed_score() local
/third_party/python/Python/
Dhamt.c332 PyObject *c_array[1]; member