Home
last modified time | relevance | path

Searched defs:b_value (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dsparse_tensor_dense_matmul_cpu_kernel.cc114 const T b_value = b[n * b_dim_1 + col_s]; in Launch() local
120 const T b_value = b[col_s * b_dim_1 + n]; in Launch() local
Dctcloss_cpu_kernel.cc298 std::vector<uint32_t> *b_value = &label_batch[b]; in LaunchKernel() local
/third_party/gn/src/gn/
Dinput_conversion_unittest.cc115 const Value* b_value = result.scope_value()->GetValue("b"); in TEST_F() local
158 const Value* b_value = result.scope_value()->GetValue("b"); in TEST_F() local
Doutput_conversion_unittest.cc183 Value b_value(nullptr, int64_t(6)); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp16/
Darg_min_max_fp16.c21 float16_t b_value = ((ArgElement *)b)->data_.f16_data_; in ArgCompareAscFp16() local
33 float16_t b_value = ((ArgElement *)b)->data_.f16_data_; in ArgCompareDescFp16() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Darg_min_max_fp32.c22 float b_value = ((ArgElement *)b)->data_.f_data_; in ArgCompareAscFp32() local
34 float b_value = ((ArgElement *)b)->data_.f_data_; in ArgCompareDescFp32() local
/third_party/abseil-cpp/absl/strings/internal/
Dcharconv_bigint_test.cc113 BigUnsigned<84> b_value("2" + std::string(b, '0')); in TEST() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcharconv_bigint_test.cc168 BigUnsigned<84> b_value("2" + std::string(b, '0')); in TEST() local
/third_party/python/Modules/_ctypes/
Dctypes.h54 union value b_value; member
84 union value b_value; member
/third_party/mesa3d/src/freedreno/ir3/
Dir3_merge_regs.c184 struct def_value b_value = chase_copies((struct def_value){ in can_skip_interference() local
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/
Dgstwasapi2client.cpp673 boolean b_value; in gst_wasapi2_client_activate_async() local
/third_party/mindspore/mindspore/lite/tools/optimizer/common/
Dgllo_utils.cc251 auto b_value = b_value_node->value(); in AnfEqualPrimitive() local
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/common/
Dhelper.cc602 auto b_value = b_value_node->value(); in AnfEqual() local
/third_party/glib/gio/tests/
Dgmenumodel.c551 GVariant *a_value, *b_value; in check_menus_equal() local