Home
last modified time | relevance | path

Searched defs:CreateCacheRequest (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/vkscserver/
DvksProtocol.hpp108 struct CreateCacheRequest struct
110 VulkanPipelineCacheInput input;
111 s32 caseFraction;
112 static constexpr u32 Type() { return 7; } in Type()
115 void Serialize (Serializer<TYPE>& archive) in Serialize()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_client.h52 friend class CreateCacheRequest; variable
Dcache_request.cc209 CreateCacheRequest::CreateCacheRequest(CacheClient *cc, const CacheClientInfo &cinfo, uint64_t cach… in CreateCacheRequest() function in mindspore::dataset::CreateCacheRequest