Home
last modified time | relevance | path

Searched defs:init_value (Results 1 – 25 of 39) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/replay_buffer/
Dsegment_tree.h37 SegmentTree(size_t capacity, const T &init_value) { in SegmentTree()
Dpriority_replay_buffer.cc27 PriorityTree::PriorityTree(size_t capacity, const PriorityItem &init_value) in PriorityTree()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/rl/
Dsegment_tree.h38 SegmentTree(size_t capacity, const T &init_value) { in SegmentTree()
Dpriority_replay_buffer.cc29 PriorityTree::PriorityTree(size_t capacity, const PriorityItem &init_value) in PriorityTree()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dunsorted_segment_arithmetic_cpu_kernel.cc45 T init_value = UnsortedSegmentArithmeticInitValueMap.at(kernel_name); in GetInitValue() local
95 T init_value = GetInitValue<T>(kernel_name_); in LaunchKernel() local
Dsegment_max_min_cpu_kernel.cc54 T init_value = SegmentMaxMinInitValueMap.at(kernel_name_); in GetInitValue() local
164 T1 init_value = GetInitValue<T1>(); in LaunchKernel() local
Dsegment_arithmetic_cpu_kernel.cc78 T init_value = SegmentArithmeticInitValueMap.at(kernel_name_); in GetInitValue() local
205 T1 init_value = GetInitValue<T1>(); in LaunchKernel() local
Dctcloss_cpu_kernel.cc66 …xFromVector(uint32_t row, uint32_t col, std::vector<std::vector<T>> *array2D, const T init_value) { in MatrixFromVector()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dunsorted_segment_sum.cu39 const T init_value = static_cast<T>(0); in UnsortedSegmentSumInit() local
Dunsorted_segment_prod.cu39 const T init_value = static_cast<T>(1); in UnsortedSegmentProdInit() local
Dunsorted_segment_max.cu51 T init_value = static_cast<T>(0); in UnsortedSegmentMaxInit() local
Dunsorted_segment_min.cu51 T init_value = static_cast<T>(0); in UnsortedSegmentMinInit() local
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeRISCV_32.c115 …jit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value, sljit_ins … in emit_const()
DsljitNativeRISCV_64.c168 …jit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value, sljit_ins … in emit_const()
DsljitNativePPC_32.c322 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) in emit_const()
DsljitNativeMIPS_64.c138 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) in emit_const()
DsljitNativePPC_64.c562 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw init_value) in emit_const()
DsljitNativeMIPS_32.c84 …IT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw init_value) in emit_const()
/third_party/mesa3d/src/compiler/nir/tests/
Dloop_analyze_tests.cpp55 uint32_t init_value; member
130 uint32_t init_value; member
/third_party/protobuf/src/google/protobuf/
Darenastring.cc54 auto init_value = init_value_; in Init() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_descriptor.cpp723 int64_t init_value = 0; in FindNumberOfIterations() local
756 int64_t init_value, int64_t step_value) const { in GetIterations()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dloop_descriptor.cpp723 int64_t init_value = 0; in FindNumberOfIterations() local
756 int64_t init_value, int64_t step_value) const { in GetIterations()
/third_party/spirv-tools/source/opt/
Dloop_descriptor.cpp717 int64_t init_value = 0; in FindNumberOfIterations() local
750 int64_t init_value, int64_t step_value) const { in GetIterations()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/
Dpad.c126 int PadExtendDims(int *dims, const int *origin_dims, int max_dim, int origin_dim, int init_value) { in PadExtendDims()
/third_party/ffmpeg/libavcodec/
Dhevc_cabac.c496 int init_value = init_values[init_type][i]; in cabac_init_state() local

12