Searched defs:GetInputShape (Results 1 – 8 of 8) sorted by relevance
210 std::string Ascend310DeviceInfo::GetInputShape() const { return CharToString(GetInputShapeChar()); } in GetInputShape() function
418 std::string Ascend310DeviceInfo::GetInputShape() const { return CharToString(GetInputShapeChar()); } in GetInputShape() function
123 std::vector<int64_t> GetInputShape(const CNodePtr &cnode, size_t index) { in GetInputShape() function
312 void GetInputShape(const CNodePtr &kernel_node, std::vector<size_t> *input_shape) { in GetInputShape() function
324 void GetInputShape(const CNodePtr &kernel_node, std::vector<size_t> *input_shape) { in GetInputShape() function
394 void GetInputShape(const CNodePtr &kernel_node, std::vector<size_t> *input_shape) { in GetInputShape() function
176 std::vector<int> NodeInferShape::GetInputShape(const CNodePtr &cnode, size_t index) { in GetInputShape() function in mindspore::opt::NodeInferShape
148 std::vector<size_t> AkgKernelJsonGenerator::GetInputShape(const AnfNodePtr &anf_node, size_t real_i… in GetInputShape() function in mindspore::kernel::AkgKernelJsonGenerator