Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dpipeline.cc290 ShapeVector sig_shape = sig->shape(); in VerifyInputSignature() local
294 if (tensor_shape != sig_shape) { in VerifyInputSignature()