Home
last modified time | relevance | path

Searched refs:GetOutputDetailShape (Results 1 – 8 of 8) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/ir_fission/
Dlayer_norm_grad_split.cc50 auto shapes = {AnfAlgo::GetOutputDetailShape(layer_norm_grad, 0), in CreateOutputsOfLayerNormXBackpropV2()
82 auto shapes = {AnfAlgo::GetOutputDetailShape(layer_norm_grad, kLayerNormGradOutputGammaIndex), in CreateOutputsOfLayerNormBetaGammaBackpropV2()
83 AnfAlgo::GetOutputDetailShape(layer_norm_grad, kLayerNormGradOutputBetaIndex)}; in CreateOutputsOfLayerNormBetaGammaBackpropV2()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/format_type/
Dinsert_cast.cc50 const auto origin_shape = AnfAlgo::GetOutputDetailShape(cnode, output_idx); in InsertCastForMultipleOutput()
96 const abstract::BaseShapePtr origin_shape = AnfAlgo::GetOutputDetailShape(cnode, 0); in InsertCastForOutput()
Ddeal_ref_and_split_unsupported_transdata.cc119 auto detail_shape = AnfAlgo::GetOutputDetailShape(cnode, output_index); in AddAdditionalToRefOutput()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/tbe_json/
Dtbe_json_utils.cc100 auto out_shape = AnfAlgo::GetOutputDetailShape(anf_node, real_idx); in GetOutputOriShapeForTbeBuild()
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/
Dascend_helper.cc271 auto out_shape_base = AnfAlgo::GetOutputDetailShape(input, 0); in NewTransOpNode()
444 …const abstract::BaseShapePtr origin_shape = AnfAlgo::GetOutputDetailShape(prev_node.first, prev_no… in InsertCastForInput()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Danf_runtime_algorithm.h211 static abstract::BaseShapePtr GetOutputDetailShape(const AnfNodePtr &node, size_t output_idx);
Danf_runtime_algorithm.cc858 auto output_shape = GetOutputDetailShape(node, output_idx); in GetOutputDeviceShapeForTbeBuild()
1164 abstract::BaseShapePtr AnfRuntimeAlgorithm::GetOutputDetailShape(const AnfNodePtr &node, size_t out… in GetOutputDetailShape() function in mindspore::session::AnfRuntimeAlgorithm
1202 …return AnfRuntimeAlgorithm::GetOutputDetailShape(kernel_with_index.first, kernel_with_index.second… in GetPrevNodeOutputDetailShape()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dtbe_kernel_build.cc136 auto output_shape = AnfAlgo::GetOutputDetailShape(anf_node, real_index); in GetOutputShapeForTbeBuild()