Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_client.h84 spill_ = spill; in SetSpill()
123 bool isSpill() const { return spill_; } in isSpill()
136 bool spill_; variable
231 bool isSpill() const { return spill_; } in isSpill()
275 bool spill_; variable
Dcache_client.cc27 …: session_id_(0), cache_mem_sz_(0), spill_(false), hostname_(""), port_(0), num_connections_(0), p… in Builder()
38 …*out = std::make_shared<CacheClient>(session_id_, cache_mem_sz_, spill_, hostname_, port_, num_con… in Build()
60 spill_(spill), in CacheClient()
193 if (spill_) { in CreateCache()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/cache/
Ddataset_cache_impl.h51 spill_(spill), in DatasetCacheImpl()
84 bool spill_; variable
Ddataset_cache_impl.cc32 builder.SetSessionId(session_id_).SetCacheMemSz(cache_mem_sz_).SetSpill(spill_); in Build()
86 args["spill"] = spill_; in to_json()