Home
last modified time | relevance | path

Searched defs:output_device_shape (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/pynative/
Dop_runtime_info.cc63 std::vector<ShapeVector> output_device_shape; in CacheForExecutionOrder() local
108 std::vector<ShapeVector> output_device_shape; in CacheForGraphInputs() local
159 const ShapeVector &OpRuntimeInfo::output_device_shape(size_t index) const { in output_device_shape() function in mindspore::runtime::OpRuntimeInfo
Dop_runtime_info.h89 std::vector<ShapeVector> output_device_shape, device::KernelInfo *kernel_info, in OpRuntimeInfo()