Home
last modified time | relevance | path

Searched defs:means (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/tests/st/ops/cpu/
Dtest_boundingbox_encode_op.py27 def __init__(self, means=(0.0, 0.0, 0.0, 0.0), stds=(1.0, 1.0, 1.0, 1.0)): argument
34 def bbox2delta(proposals, gt, means, stds): argument
Dtest_boundingbox_decode_op.py27 def __init__(self, means=(0.0, 0.0, 0.0, 0.0), stds=(1.0, 1.0, 1.0, 1.0)): argument
/third_party/mindspore/tests/st/ops/gpu/
Dtest_boundingbox_encode_op.py27 def __init__(self, means=(0.0, 0.0, 0.0, 0.0), stds=(1.0, 1.0, 1.0, 1.0)): argument
34 def bbox2delta(proposals, gt, means, stds): argument
Dtest_boundingbox_decode_op.py27 def __init__(self, means=(0.0, 0.0, 0.0, 0.0), stds=(1.0, 1.0, 1.0, 1.0)): argument
/third_party/boost/libs/compute/example/
Dk_means.cpp67 compute::vector<float2_> means(k, context); in main() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/other/
Dboundingbox_encode_gpu_kernel.h103 auto means = prim->GetAttr("means"); in Init() local
Dboundingbox_decode_gpu_kernel.h104 auto means = prim->GetAttr("means"); in Init() local
/third_party/mindspore/mindspore/ops/operations/
Dother_ops.py178 def __init__(self, means=(0.0, 0.0, 0.0, 0.0), stds=(1.0, 1.0, 1.0, 1.0)): argument
242 …def __init__(self, max_shape, means=(0.0, 0.0, 0.0, 0.0), stds=(1.0, 1.0, 1.0, 1.0), wh_ratio_clip… argument
/third_party/mindspore/mindspore/explainer/
D_image_classification_runner.py850 def _calc_beta_intervals(means, variances, prob=0.95): argument
/third_party/mindspore/tests/ut/cpp/dataset/
Dimage_process_test.cc57 std::vector<float> means = {0.485, 0.456, 0.406}; in Lite3CImageProcess() local
150 std::vector<float> means = {0.485, 0.456, 0.406}; in TEST_F() local
380 std::vector<float> means = {0.485}; in Lite1CImageProcess() local