Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/session/
Dgpu_session.cc616 ShapeVector int_shape; in UpdateOutputTensors() local
617 …std::transform(updated_shape.begin(), updated_shape.end(), std::back_inserter(int_shape), SizeToIn… in UpdateOutputTensors()
618 tensor->set_shape(int_shape); in UpdateOutputTensors()
Dsession_basic.cc1639 ShapeVector int_shape; in UpdateOutputs() local
1640 …(void)std::transform(updated_shape.begin(), updated_shape.end(), std::back_inserter(int_shape), Si… in UpdateOutputs()
1641 (void)tensor->set_shape(int_shape); in UpdateOutputs()
1741 ShapeVector int_shape; in UpdateOutputTensors() local
1742 …d::transform(updated_shape.begin(), updated_shape.end(), std::back_inserter(int_shape), SizeToInt); in UpdateOutputTensors()
1743 (void)tensor->set_shape(int_shape); in UpdateOutputTensors()
Dascend_session.cc2051 ShapeVector int_shape; in UpdateOutputTensors() local
2052 …d::transform(updated_shape.begin(), updated_shape.end(), std::back_inserter(int_shape), SizeToInt); in UpdateOutputTensors()
2053 (void)tensor->set_shape(int_shape); in UpdateOutputTensors()