Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_column.cc176 std::unique_ptr<T[]> array_data = std::make_unique<T[]>(1); in GetFloat() local
204 std::unique_ptr<T[]> array_data = std::make_unique<T[]>(1); in GetInt() local
394 auto array_data = std::make_unique<T[]>(num_elements); in UncompressInt() local
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessVertexArraysTests.cpp1043 glw::GLint array_data[3] = { 2, 1, 0 }; in PrepareVAO() local
2171 …const T array_data[16] = { (T)(0.0 * scale), (T)(1.0 * scale), (T)(2.0 * scale), (T)(3.0 * scal… in PrepareVAO() local
2362 …const T array_data[16] = { (T)(0.0 * scale), (T)(1.0 * scale), (T)(2.0 * scale), (T)(3.0 * scal… in DrawAndCheck() local
2815 glw::GLint array_data[2] = { 1, 0 }; in PrepareVAO() local
3278 glw::GLint array_data[4] = { 0, 1, 2, 3 }; in PrepareVAO() local
/third_party/weston/tests/
Dweston-test-runner.c574 const char *array_data; in main() local
/third_party/boost/libs/asio/test/
Dbuffer.cpp49 boost::array<char, 1024> array_data; in test() local
/third_party/glib/gio/
Dgdbusmessage.c1702 gconstpointer array_data; in parse_value_from_blob() local