Home
last modified time | relevance | path

Searched defs:ShapeVector (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/
Dinfer_device_address.cc31 bool InferDeviceAddress::SyncDeviceToHost(const ShapeVector &, size_t size, TypeId type, void *host… in SyncDeviceToHost() argument
63 bool InferDeviceAddress::SyncHostToDevice(const ShapeVector &, size_t size, TypeId type, const void… in SyncHostToDevice()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/hal/device/
Dcpu_device_address.cc141 bool CPUDeviceAddress::SyncDeviceToHost(const ShapeVector &, size_t size, TypeId type, void *host_p… in SyncDeviceToHost() argument
186 bool CPUDeviceAddress::SyncHostToDevice(const ShapeVector &, size_t size, TypeId type, const void *… in SyncHostToDevice()
248 bool CPUDeviceAddress::SyncDeviceToDevice(const ShapeVector &, size_t size, TypeId type, const void… in SyncDeviceToDevice()
/third_party/mindspore/mindspore-src/source/mindspore/core/mindapi/base/
Dshape_vector.h24 using ShapeVector = std::vector<ShapeValueDType>; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/acl_declare/
Dbatch_normalization.cc22 std::string Set5HDFormat(TypeId, const std::vector<ShapeVector> &) { return kOpFormat_NC1HWC0; } in Set5HDFormat()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/hal/device/
Dgpu_device_address.cc133 bool GPUDeviceAddress::SyncDeviceToHost(const ShapeVector &, size_t size, TypeId, void *host_ptr) c… in SyncDeviceToHost() argument
164 bool GPUDeviceAddress::SyncHostToDevice(const ShapeVector &, size_t size, TypeId, const void *host_… in SyncHostToDevice()
204 bool GPUDeviceAddress::SyncDeviceToDevice(const ShapeVector &, size_t size, TypeId type, const void… in SyncDeviceToDevice()
294 bool GPUDeviceAddress::AsyncHostToDevice(const ShapeVector &, size_t size, TypeId, const void *host… in AsyncHostToDevice()
307 bool GPUDeviceAddress::AsyncDeviceToHost(const ShapeVector &, size_t size, TypeId, void *host_ptr, in AsyncDeviceToHost()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/dpico/src/
Dgraph_split_info.h25 using ShapeVector = std::vector<int64_t>; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/
Ddevice_address.h183 …virtual bool AsyncHostToDevice(const ShapeVector &, size_t, TypeId, const void *, size_t) const { … in AsyncHostToDevice()
185 …virtual bool AsyncDeviceToHost(const ShapeVector &, size_t, TypeId, void *, size_t) const { return… in AsyncDeviceToHost()
188 …virtual bool SyncDeviceToDevice(const ShapeVector &, size_t, TypeId, const void *, const std::stri… in SyncDeviceToDevice()
192 …virtual bool AsyncDeviceToDevice(const ShapeVector &, size_t, TypeId, const void *, const std::str… in AsyncDeviceToDevice()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/utils/
Deigen_tensor.h75 using ShapeVector = std::vector<int64_t>; variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/device/
Dms_device_shape_transfer.h63 using ShapeVector = std::vector<int64_t>; variable
Dms_device_shape_transfer.cc455 std::optional<ShapeVector> DeviceShapeTransfer::GetFixedDeviceShape(const ShapeVector &, const AnfN… in GetFixedDeviceShape()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/hal/device/
Dascend_device_address.cc726 bool AscendDeviceAddress::AsyncDeviceToDevice(const ShapeVector & /* shape */, size_t size, TypeId … in AsyncDeviceToDevice()
797 bool AscendDeviceAddress::AsyncHostToDevice(const ShapeVector & /* shape */, size_t size, TypeId /*… in AsyncHostToDevice()
819 bool AscendDeviceAddress::AsyncDeviceToHost(const ShapeVector & /* shape */, size_t size, TypeId /*… in AsyncDeviceToHost()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Ddeformable_offsets.cc54 using ShapeVector = std::vector<int64_t>; typedef
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/format_transfer/
Dformat_transfer_fractal_nz.cc47 using ShapeVector = std::vector<int64_t>; typedef
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Ddense_to_sparse_set_operation_cpu_kernel.cc277const std::map<ShapeVector, std::set<T>> &sets) { in OutputSparseTensor()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/config_parser/
Dconfig_file_parser.cc50 using ShapeVector = std::vector<int64_t>; typedef
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/mindir/
Dneighbor_exchange_v2_unify_mindir.cc823const std::pair<ShapeVector, BaseShapePtr> &shape_info, in CreatePadNode()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_py.cc215 std::string ToString(const TypeId, const ShapeVector &, bool use_comma) const override { in ToString() argument