Home
last modified time | relevance | path

Searched refs:map_msg (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_request.cc286 auto *map_msg = flatbuffers::GetRoot<SchemaMsg>(reply_.result().data()); in PostReply() local
287 auto v = map_msg->column(); in PostReply()
289 auto col = map_msg->column()->Get(i); in PostReply()