Home
last modified time | relevance | path

Searched refs:ToString (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dcheck_macros.h32 struct ToString { struct
37 struct ToString<float, void> { argument
44 struct ToString<double, void> {
51 struct ToString<T, typename std::enable_if<std::is_integral<T>::value>::type> {
58 struct ToString<T*, void> {
65 struct ToString<T, typename std::enable_if<std::is_enum<T>::value>::type> {
89 ToString<LhsType>::Run(lhs_value, lhs_value_buf);
91 ToString<RhsType>::Run(rhs_value, rhs_value_buf);
/AliOS-Things-master/components/sensor/include/sensor/
A Dsensor.h84 #define ToString(x) #x macro
129 #define DEV_ACC_PATH(x) dev_acc_path "/" ToString(x)
130 #define DEV_HUMI_PATH(x) dev_humi_path "/" ToString(x)
131 #define DEV_TEMP_PATH(x) dev_temp_path "/" ToString(x)
133 #define DEV_BARO_PATH(x) dev_baro_path "/" ToString(x)
134 #define DEV_HCHO_PATH(x) dev_hcho_path "/" ToString(x)
135 #define DEV_PM25_PATH(x) dev_pm25_path "/" ToString(x)
136 #define DEV_PM10_PATH(x) dev_pm10_path "/" ToString(x)
137 #define DEV_PM1_PATH(x) dev_pm1_path "/" ToString(x)
138 #define DEV_CO2_PATH(x) dev_co2_path "/" ToString(x)
[all …]
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
A DInterpreter.cs48 public override string ToString() { in ToString() method
52 "[" + string.Join(",", dimensions.Select(d => d.ToString()).ToArray()) + "]", in ToString()
190 public override string ToString() { in ToString() method
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/Examples/HelloTFLite/Scripts/
A DHelloTFLite.cs93 return string.Join(",", values.Select(x => x.ToString()).ToArray()); in ArrayToString()
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/flatbuffers/include/flatbuffers/
A Dflexbuffers.h363 v[i].ToString(true, keys_quoted, s); in AppendToString()
544 std::string ToString() const { in ToString() function
546 ToString(false, false, s); in ToString()
554 void ToString(bool strings_quoted, bool keys_quoted, std::string &s) const { in ToString() function
585 keys[i].ToString(true, keys_quoted, s); in ToString()
587 vals[i].ToString(true, keys_quoted, s); in ToString()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi475 converted to BigDecimal by using ToString(). Hence comparisons between
491 parameter is converted to a bigdecimal by using ToString(). Hence

Completed in 13 milliseconds