Home
last modified time | relevance | path

Searched refs:key (Results 1 – 12 of 12) sorted by relevance

/tflite-micro-3.4.0-2.7.6/third_party_static/flatbuffers/include/flatbuffers/
Dflexbuffers.h334 Reference operator[](const char *key) const;
335 Reference operator[](const std::string &key) const;
535 auto key = Indirect(); in AsString() local
536 return String(key, byte_width_, in AsString()
537 strlen(reinterpret_cast<const char *>(key))); in AsString()
846 template<typename T> int KeyCompare(const void *key, const void *elem) { in KeyCompare() argument
849 auto skey = reinterpret_cast<const char *>(key); in KeyCompare()
853 inline Reference Map::operator[](const char *key) const {
864 auto res = std::bsearch(key, keys.data_, keys.size(), keys.byte_width_, comp);
870 inline Reference Map::operator[](const std::string &key) const {
[all …]
Dflatbuffers.h349 template<typename K> return_type LookupByKey(K key) const {
351 &key, Data(), size(), IndirectHelper<T>::element_stride, KeyCompare<K>);
376 const K *key = reinterpret_cast<const K *>(ap);
382 return -table->KeyCompareWithValue(*key);
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/kernels/vexriscv/utils/
Dlog_parser.py76 for key, val in content.items():
82 regex_parser[key] = regexs
84 regex_parser[key] = re.compile(val)
296 keys = [pair[0] for pair in sorted(counter.items(), key=lambda x: x[1])]
/tflite-micro-3.4.0-2.7.6/.github/actions/docker_action/
DDockerfile7 RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
/tflite-micro-3.4.0-2.7.6/ci/
DDockerfile.micro17 RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/project_generation/
Dcreate_tflm_tree.py47 def _get_file_list(key, makefile_options): argument
49 "make", "-f", "tensorflow/lite/micro/tools/make/Makefile", key
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/tools/make/targets/
Dxcore_makefile.inc9 …XTIME_URL := "https://www.xmos.com/download/Tools-15---Linux-64%2815.0.0_rc1%29.tgz?key=132D-9DC9-…
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/magic_wand/train/
DREADME.md160 To exit `screen`, hit +Ctrl\\+A+, immediately followed by the +K+ key,
161 then hit the +Y+ key. Then run
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/benchmarks/
DREADME.md3 These benchmarks are for measuring the performance of key models and workloads.
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/magic_wand/
DREADME.md455 followed by the `K` key, then hit the `Y` key.
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/person_detection/
DREADME.md645 followed by the `K` key, then hit the `Y` key.
Dtraining_a_model.md191 TensorFlow log printing interacts with Python. Each line has two key bits of