Home
last modified time | relevance | path

Searched defs:extrapolation_value_ (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/st/ops/dynamic_shape/grad/
Dtest_crop_and_resize.py26 def __init__(self, method_="bilinear", extrapolation_value_=0.0): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/
Dresize_parameter.h35 float extrapolation_value_; member
/third_party/mindspore/mindspore-src/source/tests/st/ops/
Dtest_crop_and_resize.py23 def __init__(self, method_="bilinear", extrapolation_value_=0.0): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/cpu/
Dtest_crop_and_resize_op.py27 def __init__(self, method_="bilinear", extrapolation_value_=0.0): argument
/third_party/mindspore/mindspore-src/source/tests/st/ops/gpu/
Dtest_crop_and_resize.py24 def __init__(self, method_="bilinear", extrapolation_value_=0.0): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dcrop_and_resize.cc188 float extrapolation_value_ = ctx.GetAttr("extrapolation_value")->GetFloat(); in DoCompute() local