Home
last modified time | relevance | path

Searched defs:real_value (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dquantize.c73 uint8_t QuantizeToUint8(float real_value, float scale, int32_t zp) { return round(real_value / scal… in QuantizeToUint8()
75 int32_t QuantizeToInt8(float real_value, float scale, int32_t zp) { return round(real_value / scale… in QuantizeToInt8()
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.cc227 std::string real_value = std::dynamic_pointer_cast<StringImm>(*value)->value(); in ConvertAttrValueToInt() local
264 int64_t real_value = std::dynamic_pointer_cast<Int64Imm>(*value)->value(); in ConvertAttrValueToString() local
/third_party/python/Lib/http/
Dcookies.py485 def __set(self, key, real_value, coded_value): argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMAsmBackend.cpp855 uint64_t real_value = Value - 4; in adjustFixupValue() local
/third_party/libinput/test/
Dtest-touchpad.c3246 unsigned int real_value; in START_TEST() member
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc2243 float real_value = 1.0f; in TEST() local
2265 double real_value = 1.0; in TEST() local
2287 long double real_value = 1.0; in TEST() local