Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/simple_features/fixed_point/
Dsimple_features_generator.cc111 const float real_value = (0.5 - 0.5 * cos((2 * M_PI * i) / window_length)); in CalculatePeriodicHann() local
/external/python/cpython2/Lib/
DCookie.py586 def __set(self, key, real_value, coded_value): argument
/external/python/cpython3/Lib/http/
Dcookies.py482 def __set(self, key, real_value, coded_value): argument
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dquantize.cc262 bool IsExactlyRepresentable(double real_value, ArrayDataType data_type, in IsExactlyRepresentable()
/external/perfetto/src/trace_processor/
Dtrace_storage.h142 double real_value; member