Home
last modified time | relevance | path

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/
Dutil.h110 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 …]
Dflexbuffers.h246 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 …]
Dstl_emulation.h53 inline char& string_back(std::string &value) { in string_back()
57 inline char string_back(const std::string &value) { in string_back()
Dflatbuffers.h562 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/
Dflatbuffer_utils_test.cc28 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()
Dmicro_string.cc295 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/
Dstm32_bare_lib.patch15 // 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/
Drepo.bzl68 "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/
Dchre_makefile.inc16 # due to string dependencies.
Dcortex_m_corstone_300_makefile.inc90 # 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/
Dinstrumentation.h55 std::string Formatted() const;
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/kernels/
Dkernel_util.cc419 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/
Dhelper_functions.inc28 # 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/
Dtrain_micro_speech_model.ipynb87 "TOTAL_STEPS = str(sum(map(lambda string: int(string), TRAINING_STEPS.split(\",\"))))\n",
/tflite-micro-3.4.0-2.7.6/third_party/flatbuffers/
Dbuild_defs.bzl349 "language_flag": attr.string(
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/schema/
Dschema_generated.h3854 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;