/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/opencl/ |
D | argminmax_tests.cc | 26 OpParameter *CreateParameter(schema::PrimitiveType type, int axis, int topk, bool out_value, bool k… in CreateParameter() 42 bool out_value = false; in TEST_F() local 57 bool out_value = true; in TEST_F() local 72 bool out_value = false; in TEST_F() local 88 bool out_value = true; in TEST_F() local 105 bool out_value = false; in TEST_F() local 122 bool out_value = true; in TEST_F() local 140 bool out_value = false; in TEST_F() local 158 bool out_value = false; in TEST_F() local 175 bool out_value = true; in TEST_F() local [all …]
|
/third_party/gn/src/base/ |
D | values.cc | 473 bool Value::GetAsList(ListValue** out_value) { in GetAsList() 489 bool Value::GetAsDictionary(DictionaryValue** out_value) { in GetAsDictionary() 769 bool DictionaryValue::Get(std::string_view path, Value** out_value) { in Get() 837 bool DictionaryValue::GetBinary(std::string_view path, Value** out_value) { in GetBinary() 856 DictionaryValue** out_value) { in GetDictionary() 874 bool DictionaryValue::GetList(std::string_view path, ListValue** out_value) { in GetList() 892 Value** out_value) { in GetWithoutPathExpansion() 951 DictionaryValue** out_value) { in GetDictionaryWithoutPathExpansion() 973 ListValue** out_value) { in GetListWithoutPathExpansion() 979 std::unique_ptr<Value>* out_value) { in Remove() [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | arg_min_max_int8.c | 37 bool out_value = param->out_value_; in DoArgMinMaxQuant() local 94 bool out_value = param->out_value_; in Int8ArgMinMaxDim0() local 120 bool out_value = param->out_value_; in Int8ArgMinMaxDim1() local 151 bool out_value = param->out_value_; in Int8ArgMinMaxDim2() local 186 bool out_value = param->out_value_; in Int8ArgMinMaxDim3() local
|
D | resize_int8.c | 57 int64_t out_value = out_left_bottom + out_left_top + out_right_bottom + out_right_top; in ResizeBilinearInt8() local 129 float32x4_t out_value = vaddq_f32(out_value1, out_value2); in ResizeBilinearWithFloatScaleInt8() local 146 float out_value = out_left_bottom + out_left_top + out_right_bottom + out_right_top; in ResizeBilinearWithFloatScaleInt8() local 220 int32_t out_value = MultiplyByQuantizedMultiplier( in ResizeNearestNeighborInt8() local
|
/third_party/cef/libcef/common/ |
D | values_impl.cc | 960 absl::optional<base::Value> out_value = in RemoveInternal() local 1151 const base::Value* out_value = nullptr; in GetType() local 1179 const base::Value* out_value = nullptr; in GetValue() local 1193 const base::Value* out_value = nullptr; in GetBool() local 1206 const base::Value* out_value = nullptr; in GetInt() local 1219 const base::Value* out_value = nullptr; in GetDouble() local 1232 const base::Value* out_value = nullptr; in GetString() local 1245 const base::Value* out_value = nullptr; in GetBinary() local 1260 const base::Value* out_value = nullptr; in GetDictionary() local 1276 const base::Value* out_value = nullptr; in GetList() local [all …]
|
/third_party/boost/boost/mpi/collectives/ |
D | scatter.hpp | 157 scatter(const communicator& comm, const T* in_values, T& out_value, int root) in scatter() 164 scatter(const communicator& comm, const std::vector<T>& in_values, T& out_value, in scatter() 172 void scatter(const communicator& comm, T& out_value, int root) in scatter()
|
D | scan.hpp | 142 scan(const communicator& comm, const T& in_value, T& out_value, Op op) in scan() 160 T out_value; in scan() local
|
D | all_reduce.hpp | 113 all_reduce(const communicator& comm, const T& in_value, T& out_value, Op op) in all_reduce()
|
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/ |
D | sigmoid_int8_coder.cc | 37 auto out_value = static_cast<int8_t>(std::max(std::min(quantized, max_value), min_value)); in CalculateTableList() local
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | cayman_msaa.c | 83 unsigned sample_index, float *out_value) in cayman_get_sample_position()
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
D | sigmoid_int8.cc | 42 int8_t out_value = static_cast<int8_t>(std::max(std::min(quantized, max_value), min_value)); in CalculateTableList() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/ |
D | dfunctor.h | 252 CNodePtr out_value = nullptr; in BpropToK() local
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay_params.c | 116 parse_string(const char *s, char *out_param, char *out_value) in parse_string()
|
/third_party/boost/libs/mpi/src/python/ |
D | collectives.cpp | 85 object out_value; in reduce() local
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_msaa.c | 123 unsigned sample_index, float *out_value) in si_get_sample_position()
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | arg_min_max_fp32.c | 48 bool out_value = param->out_value_; in ArgMaxTopK1() local 78 bool out_value = param->out_value_; in ArgMinTopK1() local
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/ |
D | arg_min_max_fp16.c | 47 bool out_value = param->out_value_; in ArgMaxTopK1Fp16() local 77 bool out_value = param->out_value_; in ArgMinTopK1Fp16() local
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/ |
D | arrangement.cc | 156 auto out_value = std::make_pair(*expand_shape_list_ptr, expand_num_list); in GetExpandShapeListPair() local
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_shader_geometry.cpp | 64 auto out_value = vec_from_nir_with_fetch_constant(instr->src[0], write_mask, swz, true); in emit_store() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/ |
D | storage_manager.cc | 82 value_type out_value; in Write() local
|
/third_party/glib/gio/ |
D | gdbus-daemon-generated.c | 1709 guint *out_value, in _g_freedesktop_dbus_call_request_name_finish() 1745 guint *out_value, in _g_freedesktop_dbus_call_request_name_sync() 1816 guint *out_value, in _g_freedesktop_dbus_call_release_name_finish() 1850 guint *out_value, in _g_freedesktop_dbus_call_release_name_sync() 1923 guint *out_value, in _g_freedesktop_dbus_call_start_service_by_name_finish() 1959 guint *out_value, in _g_freedesktop_dbus_call_start_service_by_name_sync()
|
/third_party/glib/gobject/ |
D | gbinding.c | 1498 const GValue *out_value = g_value_get_boxed (¶ms[2]); in bind_with_closures_transform_to() local 1541 const GValue *out_value = g_value_get_boxed (¶ms[2]); in bind_with_closures_transform_from() local
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cCopyImageTests.cpp | 1650 void readBaseTypeFromUnsignedChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromUnsignedChannel() 1671 void readBaseTypeFromSignedChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromSignedChannel() 1693 void readBaseTypeFromFloatChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromFloatChannel() 1710 void readBaseTypeFromHalfFloatChannel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in readBaseTypeFromHalfFloatChannel() 1736 void read3Channel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in read3Channel() 1797 void read4Channel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in read4Channel() 1852 void read11F_11F_10F_Channel(GLuint channel, const GLubyte* pixel, GLdouble& out_value) in read11F_11F_10F_Channel()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_context.c | 138 float *out_value) in iris_get_sample_position()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_context.c | 152 float *out_value) in crocus_get_sample_position()
|