Searched defs:f (Results 1 – 6 of 6) sorted by relevance
/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 200 inline BitWidth WidthF(double f) { in WidthF() 707 bool MutateFloat(float f) { in MutateFloat() 963 void Float(float f) { stack_.push_back(Value(f)); } in Float() 964 void Float(const char *key, float f) { in Float() 969 void Double(double f) { stack_.push_back(Value(f)); } in Double() 995 void IndirectFloat(float f) { in IndirectFloat() 998 void IndirectFloat(const char *key, float f) { in IndirectFloat() 1003 void IndirectDouble(double f) { in IndirectDouble() 1156 template<typename F> size_t Vector(F f) { in Vector() 1161 template<typename F, typename T> size_t Vector(F f, T &state) { in Vector() [all …]
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/xtensa/ |
D | fixedpoint_utils.h | 125 inline int CreateQConstantForInt24(int integer_bits, float f) { in CreateQConstantForInt24()
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/ |
D | elementwise.cc | 102 return EvalNumeric(context, node, [](float f) { return 1.f / std::sqrt(f); }); in RsqrtEval() 106 return EvalNumeric(context, node, [](float f) { return f * f; }); in SquareEval()
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/ |
D | micro_string.cc | 119 char* FastFloatToBufferLeft(float f, char* buffer) { in FastFloatToBufferLeft()
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/ |
D | kernel_util.cc | 340 int32_t zero_point, float f, int32_t& q) { in Quantize()
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/c/ |
D | common.h | 303 float* f; member
|