Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_request.h78 kGenerateSessionId = 10, enumerator
157 return type_ == RequestType::kGenerateSessionId || type_ == RequestType::kDropSession || in IsSessionRequest()
387 GenerateSessionIdRequest() : BaseRequest(RequestType::kGenerateSessionId) { in GenerateSessionIdRequest()
Dcache_server.cc852 case BaseRequest::RequestType::kGenerateSessionId: { in ProcessSessionRequest()