Home
last modified time | relevance | path

Searched defs:to_device (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/core/
Dqueue.cpp123 bool to_device = !(flags & CL_MIGRATE_MEM_OBJECT_HOST); in svm_migrate() local
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c39 bool to_device, bool mem_undefined) in nvc0_svm_migrate()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/consumer/
Dbindings.cc145 … .def("__deepcopy__", [](py::object &to_device, py::dict memo) { return to_device; }); in __anona1cf9bfd1702()
/third_party/mindspore/mindspore/ccsrc/common/
Dtrans.cc1969 bool NchwFracZTransWithGroups(const FormatArgs &args, void *result, bool to_device, int64_t groups)… in NchwFracZTransWithGroups()
/third_party/mindspore/mindspore/dataset/engine/
Ddatasets.py1291 def to_device(self, send_epoch_end=True, create_data_info_queue=False): member in Dataset