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/ |
D | flexbuffers.h | 334 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 …]
|
D | flatbuffers.h | 349 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/ |
D | log_parser.py | 76 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/ |
D | Dockerfile | 7 RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | apt-key add -
|
/tflite-micro-3.4.0-2.7.6/ci/ |
D | Dockerfile.micro | 17 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/ |
D | create_tflm_tree.py | 47 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/ |
D | xcore_makefile.inc | 9 …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/ |
D | README.md | 160 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/ |
D | README.md | 3 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/ |
D | README.md | 455 followed by the `K` key, then hit the `Y` key.
|
/tflite-micro-3.4.0-2.7.6/tensorflow/lite/micro/examples/person_detection/ |
D | README.md | 645 followed by the `K` key, then hit the `Y` key.
|
D | training_a_model.md | 191 TensorFlow log printing interacts with Python. Each line has two key bits of
|