Searched defs:GetReduceAxis (Results 1 – 3 of 3) sorted by relevance
31 …static ShapeVector GetReduceAxis(const ShapeVector &original_shape, const ShapeVector &brodcast_sh… in GetReduceAxis() function in mindspore::graphkernel::expanders::MinimumGrad
31 …static ShapeVector GetReduceAxis(const ShapeVector &original_shape, const ShapeVector &brodcast_sh… in GetReduceAxis() function in mindspore::graphkernel::expanders::MaximumGrad
231 std::vector<int64_t> GetReduceAxis(const AnfNodePtr &node) { in GetReduceAxis() function