Searched refs:PrintInputShape (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/session/ |
D | ascend_inference_session.cc | 154 …MS_LOG(ERROR) << "Input shape is inconsistent. The actual shape is " << PrintInputShape(trans_inpu… in CompareInput() 155 << ", but the parameter shape is " << PrintInputShape(parameter_shape) in CompareInput() 172 std::string AscendInferenceSession::PrintInputShape(std::vector<T> shape) const { in PrintInputShape() function in mindspore::session::AscendInferenceSession 203 ", shape " + PrintInputShape(AnfAlgo::GetOutputDeviceShape(para, 0)) + ", data type " + in InputsInfo() 210 …PrintInputShape(inputs[i]->shape()) + ", data type " + data_type_to_string(inputs[i]->data_type())… in InputsInfo()
|
D | gpu_inference_session.cc | 154 …MS_LOG(ERROR) << "Input shape is inconsistent. The actual shape is " << PrintInputShape(trans_inpu… in CompareInput() 155 << ", but the parameter shape is " << PrintInputShape(parameter_shape) in CompareInput() 172 std::string GpuInferenceSession::PrintInputShape(std::vector<T> shape) const { in PrintInputShape() function in mindspore::session::GpuInferenceSession 203 ", shape " + PrintInputShape(AnfAlgo::GetOutputDeviceShape(para, 0)) + ", data type " + in InputsInfo() 210 …PrintInputShape(inputs[i]->shape()) + ", data type " + data_type_to_string(inputs[i]->data_type())… in InputsInfo()
|
D | ascend_inference_session.h | 44 std::string PrintInputShape(std::vector<T> shape) const;
|
D | gpu_inference_session.h | 44 std::string PrintInputShape(std::vector<T> shape) const;
|