Home
last modified time | relevance | path

Searched defs:image_shape (Results 1 – 11 of 11) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/symbol_ops_impl/
Dresize_2d.cc28 …Resize2D(const SymbolPtr &image_shape, const SymbolPtr &size_array) : InferShapeOp({image_shape, s… in Resize2D()
37 auto image_shape = input_as<ListSymbol>(kIndex0); in Eval() local
/third_party/mindspore/mindspore-src/source/tests/st/networks/models/fasterrcnn/src/rpn_head/
Drpn_head.py109 def construct(self, feats, gts, image_shape): argument
142 def predict(self, feats, image_shape): argument
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Davg_pool2d_grad.cc23 const auto &image_shape = input_args[1]->GetShape(); in InferShape() local
Dresize_2d.cc32 auto image_shape = input_args[0]->GetShape(); in Resize2DInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/image/
Dhwc_to_chw_op.cc36 TensorShape image_shape = inputs[0]; in OutputShape() local
Dcutmix_batch_op.cc70 TensorShape image_shape = image->shape(); in ValidateCutMixBatch() local
118 TensorShape image_shape = image->shape(); in ComputeImage() local
193 TensorShape image_shape = input.at(0)->shape(); in Compute() local
Dmixup_batch_op.cc86 std::vector<int64_t> image_shape = input.at(0)->shape().AsVector(); in Compute() local
/third_party/mindspore/mindspore-src/source/tests/ut/cpp/ops/
Dtest_ops_upsample.cc39 ShapeVector image_shape; member
Dtest_ops_resize_2d.cc38 ShapeVector image_shape; member
Dtest_ops_resize_2d_grad.cc39 ShapeVector image_shape; member
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dcomplex_cpu_kernel.cc127 auto image_shape = EigenTensor(image_bcast_, nullptr).AsEigenDSizes<kMaxDims>(); in LaunchKernel() local