Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/
Ddata_dumper.cc395 void SetDumpShape(const std::vector<size_t> &ms_shape, NotNull<aicpu::dump::Shape *> dump_shape) { in SetDumpShape() function
424 SetDumpShape(output_shape, NOT_NULL(output.mutable_shape())); in DumpKernelOutput()
425 SetDumpShape(output_origin_shape, NOT_NULL(output.mutable_origin_shape())); in DumpKernelOutput()
469 SetDumpShape(output_shape, NOT_NULL(input.mutable_shape())); in DumpKernelInput()
470 SetDumpShape(output_origin_shape, NOT_NULL(input.mutable_origin_shape())); in DumpKernelInput()