Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dascend_inference_session.cc154 …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()
210PrintInputShape(inputs[i]->shape()) + ", data type " + data_type_to_string(inputs[i]->data_type())… in InputsInfo()
Dgpu_inference_session.cc154 …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()
210PrintInputShape(inputs[i]->shape()) + ", data type " + data_type_to_string(inputs[i]->data_type())… in InputsInfo()
Dascend_inference_session.h44 std::string PrintInputShape(std::vector<T> shape) const;
Dgpu_inference_session.h44 std::string PrintInputShape(std::vector<T> shape) const;