Searched refs:string (Results 1 – 16 of 16) sorted by relevance
/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/ |
D | util.h | 110 std::string NumToStringImplWrapper(T t, const char *fmt, int precision = 0) { 112 std::string s(string_width, 0x00); 122 template<typename T> std::string NumToString(T t) { in NumToString() 136 template<> inline std::string NumToString<signed char>(signed char t) { 139 template<> inline std::string NumToString<unsigned char>(unsigned char t) { 142 template<> inline std::string NumToString<char>(char t) { 146 template<> inline std::string NumToString<long long>(long long t) { 149 return std::string(buf); 153 inline std::string NumToString<unsigned long long>(unsigned long long t) { 156 return std::string(buf); [all …]
|
D | flexbuffers.h | 246 std::string str() const { return std::string(c_str(), size()); } in str() 335 Reference operator[](const std::string &key) const; 359 void AppendToString(std::string &s, T &&v, bool keys_quoted) { in AppendToString() 544 std::string ToString() const { in ToString() 545 std::string s; in ToString() 554 void ToString(bool strings_quoted, bool keys_quoted, std::string &s) const { in ToString() 737 bool MutateString(const std::string &str) { in MutateString() 798 template<> inline std::string Reference::As<std::string>() const { 870 inline Reference Map::operator[](const std::string &key) const { 1030 size_t Key(const std::string &str) { return Key(str.c_str(), str.size()); } in Key() [all …]
|
D | stl_emulation.h | 53 inline char& string_back(std::string &value) { in string_back() 57 inline char string_back(const std::string &value) { in string_back()
|
D | flatbuffers.h | 562 std::string str() const { return std::string(c_str(), size()); } 579 static inline std::string GetString(const String *str) { 1496 Offset<String> CreateString(const std::string &str) { 1565 Offset<String> CreateSharedString(const std::string &str) { 1708 const std::vector<std::string> &v) {
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/ |
D | flatbuffer_utils_test.cc | 28 std::string name; in TF_LITE_MICRO_TEST() 29 std::string type; in TF_LITE_MICRO_TEST() 30 std::string value; in TF_LITE_MICRO_TEST() 51 const std::string& param_value = params[i].value; in TF_LITE_MICRO_TEST() 67 std::string& param_value = params[params_sorted[i]].value; in TF_LITE_MICRO_TEST()
|
D | micro_string.cc | 295 char* string = va_arg(args, char*); in MicroVsnprintf() local 298 string[string_idx] != '\0') { in MicroVsnprintf() 299 output[output_index++] = string[string_idx++]; in MicroVsnprintf()
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/ext_libs/ |
D | stm32_bare_lib.patch | 15 // Appends a string to a string, in-place. You need to pass in the maximum 16 // string length as the second argument. 83 // Appends a string to a string, in-place. You need to pass in the maximum 84 // string length as the second argument.
|
/tflite-micro-3.4.0-2.7.6/third_party/ |
D | repo.bzl | 68 "sha256": attr.string(mandatory = True), 70 "strip_prefix": attr.string(), 71 "type": attr.string(), 72 "patch_file": attr.string(), 73 "build_file": attr.string(), 74 "system_build_file": attr.string(),
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/targets/ |
D | chre_makefile.inc | 16 # due to string dependencies.
|
D | cortex_m_corstone_300_makefile.inc | 90 # Filter out part of mcpu string for choosing the correct startup files
|
/tflite-micro-3.4.0-2.7.6/third_party_static/ruy/ruy/profiler/ |
D | instrumentation.h | 55 std::string Formatted() const;
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/ |
D | kernel_util.cc | 419 std::string GetShapeDebugString(const TfLiteIntArray* shape) { in GetShapeDebugString() 420 std::string str; in GetShapeDebugString()
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/ |
D | helper_functions.inc | 28 # Wildcard will return an empty string if given a plain file path with no actual 33 # a specialized version) this would return an empty string.Because this is 320 …sed -E 's@#include <string.h>@//#include <string.h> /* Patched by helper_functions.inc for Arduino… 535 # These arguments are packed into a single '!' separated string, so no element
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/micro_speech/train/ |
D | train_micro_speech_model.ipynb | 87 "TOTAL_STEPS = str(sum(map(lambda string: int(string), TRAINING_STEPS.split(\",\"))))\n",
|
/tflite-micro-3.4.0-2.7.6/third_party/flatbuffers/ |
D | build_defs.bzl | 349 "language_flag": attr.string(
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/schema/ |
D | schema_generated.h | 3854 std::string name; 10190 std::string container; 10191 std::string shared_name; 10349 std::string custom_code; 11426 std::string name; 11611 std::string name; 11688 std::string name; 11767 std::string signature_key; 11877 std::string description;
|