Home
last modified time | relevance | path

Searched defs:deltas (Results 1 – 25 of 46) sorted by relevance

12

/third_party/python/Lib/test/libregrtest/
Drefleak.py114 def check_rc_deltas(deltas): argument
129 def check_fd_deltas(deltas): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dragged_range_fp32.c18 void RaggedRangeFp32(const float *starts, const float *limits, const float *deltas, int *splits, fl… in RaggedRangeFp32()
34 void RaggedRangeInt(const int *starts, const int *limits, const int *deltas, int *splits, int *valu… in RaggedRangeInt()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/infer/
Dragged_range_infer.c61 int *deltas = (int *)(inputs[2]->data_); in GetOutputValueElementNum() local
73 float *deltas = (float *)(inputs[2]->data_); in GetOutputValueElementNum() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dboundingbox_encode_impl.cu20 …oundingBoxEncodeKernel(const size_t size, const T *anchor_box, const T *groundtruth_box, T *deltas, in BoundingBoxEncodeKernel()
52 void BoundingBoxEncode(const size_t size, const T *anchor_box, const T *groundtruth_box, T *deltas,… in BoundingBoxEncode()
Dboundingbox_decode_impl.cu20 __global__ void BoundingBoxDecodeKernel(const size_t size, const T *rois, const T *deltas, T *bboxe… in BoundingBoxDecodeKernel()
68 void BoundingBoxDecode(const size_t size, const T *rois, const T *deltas, T *bboxes, const float &m… in BoundingBoxDecode()
/third_party/harfbuzz/src/
Dhb-aat-layout-bsln-table.hh51 HBINT16 deltas[32]; /* These are the FUnit distance deltas from member
68 HBINT16 deltas[32]; /* ditto */ member
Dhb-cff2-interp-cs.hh73 hb_vector_t<number_t> deltas; member
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-bsln-table.hh51 HBINT16 deltas[32]; /* These are the FUnit distance deltas from member
68 HBINT16 deltas[32]; /* ditto */ member
Dhb-cff2-interp-cs.hh73 hb_vector_t<number_t> deltas; member
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-aat-layout-bsln-table.hh51 HBINT16 deltas[32]; /* These are the FUnit distance deltas from member
68 HBINT16 deltas[32]; /* ditto */ member
Dhb-cff2-interp-cs.hh73 hb_vector_t<number_t> deltas; member
/third_party/ffmpeg/libavcodec/
Dtruemotion2.c76 int deltas[TM2_NUM_STREAMS][TM2_DELTAS]; member
454 static inline void tm2_apply_deltas(TM2Context *ctx, int* Y, int stride, int *deltas, int *last) in tm2_apply_deltas()
472 static inline void tm2_high_chroma(int *data, int stride, int *last, unsigned *CD, int *deltas) in tm2_high_chroma()
485 static inline void tm2_low_chroma(int *data, int stride, int *clast, unsigned *CD, int *deltas, int… in tm2_low_chroma()
507 int deltas[16]; in tm2_hi_res_block() local
528 int deltas[16]; in tm2_med_res_block() local
551 int deltas[16]; in tm2_low_res_block() local
594 int deltas[16]; in tm2_null_res_block() local
Dindeo3data.h324 const int16_t *deltas; ///< delta tables for 4x4 block modes member
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Dragged_range_fp16.c18 void RaggedRangeFp16(const float16_t *starts, const float16_t *limits, const float16_t *deltas, int… in RaggedRangeFp16()
/third_party/ltp/testcases/realtime/func/measurement/
Drdtsc-latency.c103 unsigned long long deltas[ITERATIONS]; in main() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_hue_sat_map.cpp157 const HSBModify *deltas = GetConstDeltas (); in GetDelta() local
Ddng_misc_opcodes.cpp864 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().H (), in dng_opcode_DeltaPerRow() local
915 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().H (), in PutData() local
1070 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().W (), in dng_opcode_DeltaPerColumn() local
1121 uint32 deltas = SafeUint32DivideUp (fAreaSpec.Area ().W (), in PutData() local
/third_party/flutter/skia/third_party/externals/libwebp/src/dec/
Dalpha_dec.c117 const uint8_t* deltas = dec->alpha_data_ + ALPHA_HEADER_LEN + row * width; in ALPHDecode() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dalpha_dec.c117 const uint8_t* deltas = dec->alpha_data_ + ALPHA_HEADER_LEN + row * width; in ALPHDecode() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dboundingbox_encode_cpu_kernel.cc66 auto deltas = reinterpret_cast<T *>(outputs[0]->addr); in Launch() local
Dboundingbox_decode_cpu_kernel.cc74 auto deltas = reinterpret_cast<T *>(inputs[1]->addr); in Launch() local
/third_party/python/Lib/encodings/
Dpunycode.py106 def generate_integers(baselen, deltas): argument
/third_party/libinput/tools/
Dptraccel-debug.c115 double *deltas) in print_ptraccel_sequence()
/third_party/mindspore/mindspore/ops/operations/
Dother_ops.py257 def infer_shape(self, anchor_box, deltas): argument
265 def infer_dtype(self, anchor_box, deltas): argument
/third_party/icu/icu4c/source/test/cintltst/
Dcdateintervalformattest.c171 static const double deltas[] = { variable

12