Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/
Ddata_dumper.cc419 auto output_origin_shape = AnfAlgo::GetOutputInferShape(kernel, i); in DumpKernelOutput() local
425 SetDumpShape(output_origin_shape, NOT_NULL(output.mutable_origin_shape())); in DumpKernelOutput()
465 auto output_origin_shape = AnfAlgo::GetOutputInferShape(input_node, input_index); in DumpKernelInput() local
470 SetDumpShape(output_origin_shape, NOT_NULL(input.mutable_origin_shape())); in DumpKernelInput()