Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/
Ddevice_resource.cc32 Status DeviceResource::Sink(const mindspore::MSTensor &host_input, std::shared_ptr<DeviceTensor> *d… in Sink()
Dascend_resource.cc57 Status AscendResource::Sink(const mindspore::MSTensor &host_input, std::shared_ptr<DeviceTensor> *d… in Sink()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dacl_convert.cc153 auto host_input = input_on_host.get(ms_real_idx); in GetInputParam() local
547 auto &host_input = std::get<AclHostInfoPtr>(input_param); in ConvertToAclInput() local