Home
last modified time | relevance | path

Searched refs:data_max (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dfitsdec.c66 header->data_max = -DBL_MAX; in fill_data_min_max()
74 if (t > header->data_max) \ in fill_data_min_max()
75 header->data_max = t; \ in fill_data_min_max()
169 header->data_max = (header->data_max - header->bzero) / header->bscale; in fits_read_header()
171 if (!header->rgb && header->data_min >= header->data_max) { in fits_read_header()
172 if (header->data_min > header->data_max) { in fits_read_header()
173 …_log(avctx, AV_LOG_ERROR, "data min/max (%g %g) is invalid\n", header->data_min, header->data_max); in fits_read_header()
177 header->data_max ++; in fits_read_header()
267 double scale = header.data_max - header.data_min; in fits_decode_frame()
Dfits.h61 double data_max; member
Dfits.c199 header->data_max = d; in avpriv_fits_header_parse_line()
/third_party/mindspore/mindspore/compression/quant/
Dquant_utils.py235 data_max = np.abs(data).max()
236 if data_max < 1e-5:
238 hist, bin_edges = np.histogram(np.abs(data), bins='sqrt', range=(0, data_max), density=True)
243 hist, bin_edges = np.histogram(np.abs(data), range=(0, data_max), density=True)
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dmath_ops_declare.cc61 …{1, INPUT_DESC(data)}, {2, INPUT_DESC(data_min)}, {3, INPUT_DESC(data_max)}, {4, INPUT_DESC(cumsum…
/third_party/mindspore/config/
Dop_info.config494 …false, "param_type": "required", "shape": "all"}, {"index": 2, "name": "data_max", "need_compile":…