Home
last modified time | relevance | path

Searched defs:row_data (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_index_generator.cc365 …enerator::AddBlobPageInfo(std::vector<std::tuple<std::string, std::string, std::string>> &row_data, in AddBlobPageInfo()
393 …r<json> &schema_detail, std::vector<std::tuple<std::string, std::string, std::string>> &row_data) { in AddIndexFieldByRawData()
425 std::vector<std::tuple<std::string, std::string, std::string>> row_data; in GenerateRowData() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_request.cc75 WritableSlice row_data(all, offset, ts->SizeInBytes()); in SerializeCacheRowRequest() local
184 ReadableSlice row_data(all, offset_array[i], len); in RestoreRows() local
Dstorage_container.cc139 WritableSlice row_data(all, pos); in Insert() local
Dcache_server.cc453 WritableSlice row_data(*out, offset_array[i], sz); in BatchFetch() local
/third_party/mindspore/mindspore/lite/src/train/
Dtrain_loop.cc174 const auto *row_data = reinterpret_cast<const unsigned char *>(row_vec->at(i).MutableData()); in LoadData() local
/third_party/mindspore/tests/ut/cpp/dataset/common/
Dbboxop_common.cc100 TensorRow row_data({std::move(input_tensor_), std::move(annotation_tensor)}); in GetInputImagesAndAnnotations() local
/third_party/mindspore/mindspore/profiler/parser/
Dstep_trace_parser.py304 def _update_reduce_info(self, step_trace, row_data): argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderLayeredFramebuffer.cpp1068 const unsigned char* row_data = buffer + y * row_width; in iterate() local