/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/ |
D | extract_image_patches_impl.cu | 20 …lobal__ void ExtractImagePatches(size_t output_size, int64_t stride_row, int64_t stride_col, int64… in ExtractImagePatches() 21 … int64_t rate_col, int64_t output_cols, bool need_batch, int64_t row_stride, in ExtractImagePatches() 22 … int64_t patch_stride, int64_t other_stride, int64_t input_row_size, in ExtractImagePatches() 23 … int64_t input_col_size, int64_t row_padding_top, int64_t col_padding_left, in ExtractImagePatches() 24 … int64_t col_input_stride, int64_t row_input_stride, int64_t patch_input_stride, in ExtractImagePatches() 25 int64_t output_depth, const T *input, T *output) { in ExtractImagePatches() 27 const int64_t batch_index = need_batch ? (static_cast<int64_t>(pos) / other_stride) : 0; in ExtractImagePatches() 28 const int64_t inner_index = in ExtractImagePatches() 29 … need_batch ? (static_cast<int64_t>(pos) - batch_index * other_stride) : static_cast<int64_t>(pos); in ExtractImagePatches() 31 const int64_t patch_index = inner_index / patch_stride; in ExtractImagePatches() [all …]
|
D | reverse_sequence_impl.cu | 56 __global__ void ReverseSequence(const size_t size, const T *input, const S *seq_len, const int64_t … in ReverseSequence() 57 … const int64_t seq_dim, size_t *cur_pos_arr, const size_t *input_shape_ptr, in ReverseSequence() 87 void CalReverseSequence(const size_t size, const T *input, const S *seq_len, const int64_t batch_di… in CalReverseSequence() 88 const int64_t seq_dim, size_t *cur_pos_arr, const size_t *input_shape_ptr, in CalReverseSequence() 97 … const int64_t batch_dim, const int64_t seq_dim, size_t *cur_pos_arr, 100 template void CalReverseSequence<int8_t, int64_t>(const size_t size, const int8_t *input, const int… 101 … const int64_t batch_dim, const int64_t seq_dim, size_t *cur_pos_arr, 105 … const int64_t batch_dim, const int64_t seq_dim, size_t *cur_pos_arr, 108 template void CalReverseSequence<int16_t, int64_t>(const size_t size, const int16_t *input, const i… 109 … const int64_t batch_dim, const int64_t seq_dim, size_t *cur_pos_arr, [all …]
|
D | dynamic_range_impl.cu | 24 int64_t *output_shape, DynamicRangeErrorCode *error_code, in ValidateInputAndInferShape() 25 const int64_t max_output_size) { in ValidateInputAndInferShape() 47 … int64_t real_output_shape = static_cast<int64_t>(ceil(static_cast<double>(end - start) / delta)); in ValidateInputAndInferShape() 65 …e(const T *range_start, const T *range_end, const T *range_delta, T *output, int64_t *output_shape, in Range() 66 const int64_t max_output_size) { in Range() 78 int64_t *output_shape, DynamicRangeErrorCode *error_code, in CudaValidateInputAndInferShape() 79 const int64_t max_output_size, cudaStream_t cuda_stream) { in CudaValidateInputAndInferShape() 85 void CalRange(const T *range_start, const T *range_end, const T *range_delta, T *output, int64_t *o… in CalRange() 86 … DynamicRangeErrorCode *error_code, const int64_t max_output_size, cudaStream_t cuda_stream) { in CalRange() 92 … int64_t *output_shape, DynamicRangeErrorCode *error_code, [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.atomicInt64.comp.out | 36 7: TypePointer Function 6(int64_t) 37 9: 6(int64_t) Constant 0 0 39 11: TypePointer Function 10(int64_t) 40 13: 10(int64_t) Constant 0 0 41 14(Buffer): TypeStruct 6(int64_t) 10(int64_t) 46 19: TypePointer Uniform 6(int64_t) 47 21: 6(int64_t) Constant 4294967272 4294967295 52 29: TypePointer Uniform 10(int64_t) 53 31: 10(int64_t) Constant 15 240 54 84(Struct): TypeStruct 6(int64_t) 10(int64_t) [all …]
|
D | spv.bufferhandle18.frag.out | 64 13: 12(int64_t) Constant 4 0 65 16: 12(int64_t) Constant 5 0 68 27: 12(int64_t) Constant 6 0 72 37: 12(int64_t) Constant 8 0 73 39: 12(int64_t) Constant 9 0 74 44: 12(int64_t) Constant 24 0 77 52: 12(int64_t) Constant 40 0 81 66: 12(int64_t) Constant 56 0 84 137: 12(int64_t) Constant 16 0 85 146: 12(int64_t) Constant 32 0 [all …]
|
D | spv.int64.frag.out | 92 15: TypePointer Private 14(int64_t) 94 17: 14(int64_t) Constant 4294967295 4294967295 96 19: TypePointer Function 18(int64_t) 99 23: TypeArray 18(int64_t) 22 100 24: 18(int64_t) Constant 4008636143 4008636142 101 25: 18(int64_t) Constant 4294967295 4294967295 102 26: 18(int64_t) Constant 0 1 111 40: TypePointer Function 14(int64_t) 112 42: TypeArray 14(int64_t) 22 113 43: 14(int64_t) Constant 0 1 [all …]
|
/third_party/node/deps/histogram/src/ |
D | hdr_histogram.h | 19 int64_t lowest_trackable_value; 20 int64_t highest_trackable_value; 25 int64_t sub_bucket_mask; 28 int64_t min_value; 29 int64_t max_value; 33 int64_t total_count; 34 int64_t* counts; 62 int64_t lowest_trackable_value, 63 int64_t highest_trackable_value, 80 int hdr_alloc(int64_t highest_trackable_value, int significant_figures, struct hdr_histogram** resu… [all …]
|
D | hdr_atomic.h | 29 static int64_t __inline hdr_atomic_load_64(int64_t* field) in hdr_atomic_load_64() 35 static void __inline hdr_atomic_store_64(int64_t* field, int64_t value) in hdr_atomic_store_64() 41 static int64_t __inline hdr_atomic_exchange_64(volatile int64_t* field, int64_t value) in hdr_atomic_exchange_64() 46 int64_t comparand; in hdr_atomic_exchange_64() 47 int64_t initial_value = *field; in hdr_atomic_exchange_64() 59 static int64_t __inline hdr_atomic_add_fetch_64(volatile int64_t* field, int64_t value) in hdr_atomic_add_fetch_64() 64 int64_t comparand; in hdr_atomic_add_fetch_64() 65 int64_t initial_value = *field; in hdr_atomic_add_fetch_64() 77 … bool __inline hdr_atomic_compare_exchange_64(volatile int64_t* field, int64_t* expected, int64_t … in hdr_atomic_compare_exchange_64() 109 static inline int64_t hdr_atomic_load_64(int64_t* field) in hdr_atomic_load_64() [all …]
|
/third_party/mindspore/mindspore/lite/mindir/include/ |
D | mindir.h | 60 PrimitivePtr MindIR_ArgMaxFusion_CreatePrimitive(int64_t axis, int64_t top_k, bool keep_dims, bool … 61 int64_t MindIR_ArgMaxFusion_GetAxis(ConstPrimitivePtr primitive); 62 void MindIR_ArgMaxFusion_SetAxis(PrimitivePtr *primitive, int64_t axis); 63 int64_t MindIR_ArgMaxFusion_GetTopK(ConstPrimitivePtr primitive); 64 void MindIR_ArgMaxFusion_SetTopK(PrimitivePtr *primitive, int64_t top_k); 71 PrimitivePtr MindIR_AvgPoolFusion_CreatePrimitive(const std::vector<int64_t> &kernel_size, 72 … const std::vector<int64_t> &strides, const std::vector<int64_t> &pad, 75 std::vector<int64_t> MindIR_AvgPoolFusion_GetKernelSize(ConstPrimitivePtr primitive); 76 void MindIR_AvgPoolFusion_SetKernelSize(PrimitivePtr *primitive, const std::vector<int64_t> &kernel… 77 std::vector<int64_t> MindIR_AvgPoolFusion_GetStrides(ConstPrimitivePtr primitive); [all …]
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.cc | 25 const int64_t CodePageRange::kLatin1_1252 = (int64_t)1 << 0; 26 const int64_t CodePageRange::kLatin2_1250 = (int64_t)1 << (int64_t)1; 27 const int64_t CodePageRange::kCyrillic_1251 = (int64_t)1 << 2; 28 const int64_t CodePageRange::kGreek_1253 = (int64_t)1 << 3; 29 const int64_t CodePageRange::kTurkish_1254 = (int64_t)1 << 4; 30 const int64_t CodePageRange::kHebrew_1255 = (int64_t)1 << 5; 31 const int64_t CodePageRange::kArabic_1256 = (int64_t)1 << 6; 32 const int64_t CodePageRange::kWindowsBaltic_1257 = (int64_t)1 << 7; 33 const int64_t CodePageRange::kVietnamese_1258 = (int64_t)1 << 8; 34 const int64_t CodePageRange::kAlternateANSI9 = (int64_t)1 << 9; [all …]
|
D | os2_table.h | 242 static const int64_t kLatin1_1252; 243 static const int64_t kLatin2_1250; 244 static const int64_t kCyrillic_1251; 245 static const int64_t kGreek_1253; 246 static const int64_t kTurkish_1254; 247 static const int64_t kHebrew_1255; 248 static const int64_t kArabic_1256; 249 static const int64_t kWindowsBaltic_1257; 250 static const int64_t kVietnamese_1258; 251 static const int64_t kAlternateANSI9; [all …]
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/ |
D | os2_table.cc | 25 const int64_t CodePageRange::kLatin1_1252 = (int64_t)1 << 0; 26 const int64_t CodePageRange::kLatin2_1250 = (int64_t)1 << (int64_t)1; 27 const int64_t CodePageRange::kCyrillic_1251 = (int64_t)1 << 2; 28 const int64_t CodePageRange::kGreek_1253 = (int64_t)1 << 3; 29 const int64_t CodePageRange::kTurkish_1254 = (int64_t)1 << 4; 30 const int64_t CodePageRange::kHebrew_1255 = (int64_t)1 << 5; 31 const int64_t CodePageRange::kArabic_1256 = (int64_t)1 << 6; 32 const int64_t CodePageRange::kWindowsBaltic_1257 = (int64_t)1 << 7; 33 const int64_t CodePageRange::kVietnamese_1258 = (int64_t)1 << 8; 34 const int64_t CodePageRange::kAlternateANSI9 = (int64_t)1 << 9; [all …]
|
D | os2_table.h | 242 static const int64_t kLatin1_1252; 243 static const int64_t kLatin2_1250; 244 static const int64_t kCyrillic_1251; 245 static const int64_t kGreek_1253; 246 static const int64_t kTurkish_1254; 247 static const int64_t kHebrew_1255; 248 static const int64_t kArabic_1256; 249 static const int64_t kWindowsBaltic_1257; 250 static const int64_t kVietnamese_1258; 251 static const int64_t kAlternateANSI9; [all …]
|
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/ |
D | nn_calculation_ops_declare.cc | 30 …{"stride", ATTR_DESC(strides, AnyTraits<std::vector<int64_t>>(), AnyTraits<std::vector<int64_t>>()… 31 …{"pad_list", ATTR_DESC(pads, AnyTraits<std::vector<int64_t>>(), AnyTraits<std::vector<int64_t>>())… 32 …"dilation", ATTR_DESC(dilations, AnyTraits<std::vector<int64_t>>(), AnyTraits<std::vector<int64_t>… 34 {"group", ATTR_DESC(groups, AnyTraits<int64_t>())}, 42 {3, ATTR_DESC(input_size, AnyTraits<std::vector<int64_t>>(), AnyTraits<std::vector<int64_t>>())}}; 44 …{"pad_list", ATTR_DESC(pads, AnyTraits<std::vector<int64_t>>(), AnyTraits<std::vector<int64_t>>())… 45 {"stride", ATTR_DESC(strides, AnyTraits<std::vector<int64_t>>())}, 46 …"dilation", ATTR_DESC(dilations, AnyTraits<std::vector<int64_t>>(), AnyTraits<std::vector<int64_t>… 48 {"group", ATTR_DESC(groups, AnyTraits<int64_t>())}, 57 …{"stride", ATTR_DESC(strides, AnyTraits<std::vector<int64_t>>(), AnyTraits<std::vector<int64_t>>()… [all …]
|
D | nn_pooling_ops_declare.cc | 23 …(MaxPool) = {{"kernel_size", ATTR_DESC(ksize, AnyTraits<int64_t>(), AnyTraits<std::vector<int64_t>… 24 … {"strides", ATTR_DESC(strides, AnyTraits<int64_t>(), AnyTraits<std::vector<int64_t>>())}, 32 …axPool3D) = {{"kernel_size", ATTR_DESC(ksize, AnyTraits<int64_t>(), AnyTraits<std::vector<int64_t>… 33 … {"strides", ATTR_DESC(strides, AnyTraits<int64_t>(), AnyTraits<std::vector<int64_t>>())}, 35 … {"pad_list", ATTR_DESC(pads, AnyTraits<int64_t>(), AnyTraits<std::vector<int64_t>>())}, 36 … {"dilation", ATTR_DESC(dilation, AnyTraits<int64_t>(), AnyTraits<std::vector<int64_t>>())}, 37 {"ceil_mode", ATTR_DESC(ceil_mode, AnyTraits<int64_t>())}, 44 …ol3DGrad) = {{"kernel_size", ATTR_DESC(ksize, AnyTraits<int64_t>(), AnyTraits<std::vector<int64_t>… 45 … {"strides", ATTR_DESC(strides, AnyTraits<int64_t>(), AnyTraits<std::vector<int64_t>>())}, 46 … {"pad_list", ATTR_DESC(pads, AnyTraits<int64_t>(), AnyTraits<std::vector<int64_t>>())}, [all …]
|
/third_party/mindspore/mindspore/core/ops/ |
D | avg_pool_3d.cc | 29 constexpr int64_t k5DInputDims = 5; 34 void GetAttrs(const PrimitivePtr &primitive, std::vector<int64_t> *kernel_size, std::vector<int64_t… in GetAttrs() 35 int64_t *pad_mode, std::vector<int64_t> *pad_list, bool *ceil_mode) { in GetAttrs() 38 *kernel_size = GetValue<std::vector<int64_t>>(primitive->GetAttr(kKernelSize)); in GetAttrs() 43 *strides = GetValue<std::vector<int64_t>>(primitive->GetAttr(kStrides)); in GetAttrs() 47 if (std::any_of(strides->begin(), strides->end(), [](int64_t stride) { return stride <= 0; })) { in GetAttrs() 51 *pad_list = GetValue<std::vector<int64_t>>(primitive->GetAttr(kPadList)); in GetAttrs() 58 std::vector<int64_t> GetOutputShape(const std::vector<int64_t> &in_shape, int64_t kernel_d, int64_t… in GetOutputShape() 59 … int64_t kernel_w, int64_t stride_d, int64_t stride_h, int64_t stride_w, in GetOutputShape() 60 const std::vector<int64_t> &pad_list, bool ceil_mode) { in GetOutputShape() [all …]
|
D | conv2d_transpose.cc | 28 void Conv2DTranspose::Init(int64_t in_channel, int64_t out_channel, const std::vector<int64_t> &ker… in Init() 29 int64_t mode, const PadMode &pad_mode, const std::vector<int64_t> &pad, in Init() 30 … const std::vector<int64_t> &stride, const std::vector<int64_t> &dilation, int64_t group, in Init() 31 const Format &format, const std::vector<int64_t> &pad_list) { in Init() 45 void Conv2DTranspose::set_in_channel(int64_t in_channel) { in set_in_channel() 50 void Conv2DTranspose::set_out_channel(int64_t out_channel) { in set_out_channel() 55 void Conv2DTranspose::set_kernel_size(const std::vector<int64_t> &kernel_size) { in set_kernel_size() 56 const int64_t kernel_len = 2; in set_kernel_size() 58 for (int64_t item : kernel_size) { in set_kernel_size() 64 void Conv2DTranspose::set_stride(const std::vector<int64_t> &stride) { in set_stride() [all …]
|
D | strided_slice.cc | 31 std::vector<int64_t> TenToTwo(int64_t num) { in TenToTwo() 32 std::vector<int64_t> output; in TenToTwo() 45 int64_t get_stride_with_not_zero(int64_t start_pos, int64_t end_pos, int64_t strides) { in get_stride_with_not_zero() 46 int64_t slicing_length = 0; in get_stride_with_not_zero() 55 void EllipsisInferShape(const PrimitivePtr &primitive, const std::vector<int64_t> &x_shape, in EllipsisInferShape() 56 const std::vector<int64_t> &begin_v, const std::vector<int64_t> &end_v, in EllipsisInferShape() 57 … const std::vector<int64_t> &strides_v, std::vector<int64_t> *infer_shape, size_t i, size_t j, in EllipsisInferShape() 67 std::vector<int64_t> begin_pos = TenToTwo(GetValue<int64_t>(primitive->GetAttr(kBeginMask))); in EllipsisInferShape() 68 std::vector<int64_t> end_pos = TenToTwo(GetValue<int64_t>(primitive->GetAttr(kEndMask))); in EllipsisInferShape() 69 std::vector<int64_t> new_axis_pos = TenToTwo(GetValue<int64_t>(primitive->GetAttr(kNewAxisMask))); in EllipsisInferShape() [all …]
|
D | conv2d_transpose.h | 45 …void Init(int64_t in_channel, int64_t out_channel, const std::vector<int64_t> &kernel_size, int64_… 46 const PadMode &pad_mode = VALID, const std::vector<int64_t> &pad = {0, 0, 0, 0}, 47 … const std::vector<int64_t> &stride = {1, 1}, const std::vector<int64_t> &dilation = {1, 1}, 48 …int64_t group = 1, const Format &format = NCHW, const std::vector<int64_t> &pad_list = {0, 0, 0, 0… 50 void set_in_channel(int64_t in_channel); 52 void set_out_channel(int64_t out_channel); 54 virtual void set_kernel_size(const std::vector<int64_t> &kernel_size); 56 void set_stride(const std::vector<int64_t> &stride); 58 virtual void set_dilation(const std::vector<int64_t> &dilation); 62 void set_pad(const std::vector<int64_t> &pad); [all …]
|
D | adder.cc | 22 void Adder::Init(const int64_t in_channel, const int64_t out_channel, const std::vector<int64_t> &k… in Init() 23 … const PadMode &pad_mode, const std::vector<int64_t> &stride, const std::vector<int64_t> &pad_list, in Init() 24 const std::vector<int64_t> &dilation, const int64_t group, const Format &format) { in Init() 36 void Adder::set_in_channel(const int64_t in_channel) { (void)this->AddAttr(kInChannel, MakeValue(in… in set_in_channel() 38 int64_t Adder::get_in_channel() const { in get_in_channel() 40 return GetValue<int64_t>(value_ptr); in get_in_channel() 43 void Adder::set_out_channel(const int64_t out_channel) { (void)this->AddAttr(kOutChannel, MakeValue… in set_out_channel() 45 int64_t Adder::get_out_channel() const { in get_out_channel() 47 return GetValue<int64_t>(value_ptr); in get_out_channel() 50 void Adder::set_kernel_size(const std::vector<int64_t> &kernel_size) { in set_kernel_size() [all …]
|
D | strided_slice.h | 41 …void Init(const int64_t begin_mask = 0, const int64_t end_mask = 0, const int64_t ellipsis_mask = … 42 const int64_t new_axis_mask = 0, const int64_t shrink_axis_mask = 0); 44 void set_begin_mask(const int64_t begin_mask); 46 void set_end_mask(const int64_t end_mask); 48 void set_ellipsis_mask(const int64_t ellipsis_mask); 50 void set_new_axis_mask(const int64_t new_axis_mask); 52 void set_shrink_axis_mask(const int64_t shrink_axis_mask); 56 int64_t get_begin_mask() const; 60 int64_t get_end_mask() const; 64 int64_t get_ellipsis_mask() const; [all …]
|
/third_party/openssl/crypto/ec/ |
D | curve25519.c | 584 int64_t x = f[i] ^ g[i]; in fe51_cswap() 763 static const int64_t kBottom21Bits = 0x1fffffLL; 764 static const int64_t kBottom25Bits = 0x1ffffffLL; 765 static const int64_t kBottom26Bits = 0x3ffffffLL; 766 static const int64_t kTop39Bits = 0xfffffffffe000000LL; 767 static const int64_t kTop38Bits = 0xfffffffffc000000LL; 793 int64_t h0 = load_4(s); in fe_frombytes() 794 int64_t h1 = load_3(s + 4) << 6; in fe_frombytes() 795 int64_t h2 = load_3(s + 7) << 5; in fe_frombytes() 796 int64_t h3 = load_3(s + 10) << 3; in fe_frombytes() [all …]
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | conv2d_info.h | 42 std::vector<StrategyPtr> GenerateOpStrategies(int64_t) override; 50 Status CheckHWStrategyBase(int64_t h_strategy, int64_t w_strategy) const; 68 int64_t out_channel_ = 1; 69 std::vector<int64_t> kernel_size_; // two integers 70 int64_t mode_ = 1; 71 int64_t pad_mode_ = 0; // "pad": 0; "same": 1; "valid": 2; 72 std::vector<int64_t> pad_list_; // four integers 73 std::vector<int64_t> stride_; // four integers 74 std::vector<int64_t> dilation_; // four integers 75 int64_t group_ = 1; [all …]
|
/third_party/ffmpeg/libavformat/ |
D | internal.h | 60 int64_t val, num, den; 80 int64_t data_offset; /**< offset of the first packet */ 112 int64_t offset; 130 int64_t shortest_end; 211 int64_t last_dts; 212 int64_t duration_gcd; 214 int64_t rfps_duration_sum; 216 int64_t codec_info_duration; 217 int64_t codec_info_duration_fields; 227 int64_t last_duration; [all …]
|
/third_party/ffmpeg/libavutil/ |
D | mathematics.h | 118 int64_t av_const av_gcd(int64_t a, int64_t b); 130 int64_t av_rescale(int64_t a, int64_t b, int64_t c) av_const; 141 int64_t av_rescale_rnd(int64_t a, int64_t b, int64_t c, enum AVRounding rnd) av_const; 152 int64_t av_rescale_q(int64_t a, AVRational bq, AVRational cq) av_const; 161 int64_t av_rescale_q_rnd(int64_t a, AVRational bq, AVRational cq, 176 int av_compare_ts(int64_t ts_a, AVRational tb_a, int64_t ts_b, AVRational tb_b); 196 int64_t av_compare_mod(uint64_t a, uint64_t b, uint64_t mod); 223 int64_t av_rescale_delta(AVRational in_tb, int64_t in_ts, AVRational fs_tb, int duration, int64_t … 236 int64_t av_add_stable(AVRational ts_tb, int64_t ts, AVRational inc_tb, int64_t inc);
|