Searched refs:CacheSchema (Results 1 – 9 of 9) sorted by relevance
100 Status CacheSchema(const void *buf, int64_t len);
189 Status CacheSchema(const std::unordered_map<std::string, int32_t> &map);
285 Status CacheService::CacheSchema(const void *buf, int64_t len) { in CacheSchema() function in mindspore::dataset::CacheService
385 Status CacheSchema(CacheRequest *rq);
588 Status CacheServer::CacheSchema(CacheRequest *rq) { in CacheSchema() function in mindspore::dataset::CacheServer599 RETURN_IF_NOT_OK(cs->CacheSchema(create_schema_buf.data(), create_schema_buf.size())); in CacheSchema()889 cache_req->rc_ = CacheSchema(&rq); in ProcessAdminRequest()
258 Status CacheClient::CacheSchema(const std::unordered_map<std::string, int32_t> &map) { in CacheSchema() function in mindspore::dataset::CacheClient
69 RETURN_IF_NOT_OK(cache_client_->CacheSchema(column_name_id_map())); in CacheAllRows()
103 RETURN_IF_NOT_OK(cache_client_->CacheSchema(column_name_id_map())); in CacheMissWorkerEntry()
101 rc = myClient->CacheSchema(map); in TEST_F()