/third_party/mindspore/tests/st/ops/cpu/ |
D | test_boundingbox_encode_op.py | 27 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
|
D | test_boundingbox_decode_op.py | 27 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/ |
D | test_boundingbox_encode_op.py | 27 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
|
D | test_boundingbox_decode_op.py | 27 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/ |
D | k_means.cpp | 67 compute::vector<float2_> means(k, context); in main() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/other/ |
D | boundingbox_encode_gpu_kernel.h | 103 auto means = prim->GetAttr("means"); in Init() local
|
D | boundingbox_decode_gpu_kernel.h | 104 auto means = prim->GetAttr("means"); in Init() local
|
/third_party/mindspore/mindspore/ops/operations/ |
D | other_ops.py | 178 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.py | 850 def _calc_beta_intervals(means, variances, prob=0.95): argument
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | image_process_test.cc | 57 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
|