Home
last modified time | relevance | path

Searched refs:GetInputShape (Results 1 – 12 of 12) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/host/
Ddynamic_broadcast_gradient_args_kernel.cc123 std::vector<int64_t> GetInputShape(const CNodePtr &cnode, size_t index) { in GetInputShape() function
199 input_shapes[0] = GetInputShape(cnode, 0); in Execute()
200 input_shapes[1] = GetInputShape(cnode, 1); in Execute()
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dcontext.h143 inline std::string GetInputShape() const;
210 std::string Ascend310DeviceInfo::GetInputShape() const { return CharToString(GetInputShapeChar()); } in GetInputShape() function
/third_party/mindspore/include/api/
Dcontext.h329 inline std::string GetInputShape() const;
418 std::string Ascend310DeviceInfo::GetInputShape() const { return CharToString(GetInputShapeChar()); } in GetInputShape() function
/third_party/mindspore/mindspore/lite/tools/optimizer/graph/
Dnode_infershape.h44 std::vector<int> GetInputShape(const CNodePtr &cnode, size_t index);
Dtranspose_strategy.cc61 auto shape = node_infer_shape->GetInputShape(cnode, 1); in JudgeIs4DInput()
64 shape = node_infer_shape->GetInputShape(cnode, kInputIndexTwo); in JudgeIs4DInput()
273 auto shape = node_infer_shape->GetInputShape(cnode, kInputIndexTwo); in ChangeOpSlice()
502 auto shape = node_infer_shape_.GetInputShape(base_node, input_index); in TransposeInsertDependOnShape()
Dnode_infershape.cc176 std::vector<int> NodeInferShape::GetInputShape(const CNodePtr &cnode, size_t index) { in GetInputShape() function in mindspore::opt::NodeInferShape
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/nn/
Dconv3d_grad_input_gpu_kernel.h97 GetInputShape(kernel_node, &input_shape); in Init()
312 void GetInputShape(const CNodePtr &kernel_node, std::vector<size_t> *input_shape) { in GetInputShape() function
Dconv2d_grad_input_gpu_kernel.h135 GetInputShape(kernel_node, &input_shape); in Init()
324 void GetInputShape(const CNodePtr &kernel_node, std::vector<size_t> *input_shape) { in GetInputShape() function
Dconv3d_transpose_gpu_kernel.h129 GetInputShape(kernel_node, &output_shape); in Init()
394 void GetInputShape(const CNodePtr &kernel_node, std::vector<size_t> *input_shape) { in GetInputShape() function
/third_party/mindspore/tests/ut/cpp/cxx_api/
Dcontext_test.cc104 ASSERT_EQ(ascend310->GetInputShape(), option_1); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/akg/
Dakg_kernel_json_generator.h141 std::vector<size_t> GetInputShape(const AnfNodePtr &anf_node, size_t real_index) const;
Dakg_kernel_json_generator.cc148 std::vector<size_t> AkgKernelJsonGenerator::GetInputShape(const AnfNodePtr &anf_node, size_t real_i… in GetInputShape() function in mindspore::kernel::AkgKernelJsonGenerator
205 auto input_shape = this->GetInputShape(anf_node, real_input_index); in CreateInputDescJson()
722 auto input_shape = this->GetInputShape(tmp_input.first, tmp_input.second.first); in CreateInputsJson()