Home
last modified time | relevance | path

Searched refs:Double (Results 1 – 3 of 3) sorted by relevance

/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/
Dflatbuffer_utils_test.cc57 fbb.Double(params[i].name.c_str(), std::stod(param_value)); in TF_LITE_MICRO_TEST()
/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/
Dflexbuffers.h969 void Double(double f) { stack_.push_back(Value(f)); } in Double() function
970 void Double(const char *key, double d) { in Double() function
972 Double(d); in Double()
1289 void Add(double d) { Double(d); } in Add()
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/hello_world/train/
Dtrain_hello_world_model.ipynb333 "# Double check that our splits add up correctly\n",