/AliOS-Things-master/solutions/tflite_micro_speech_demo/micro_speech/train/speech_commands/ |
A D | accuracy_utils.cc | 47 auto timestamp_int64 = static_cast<int64>(timestamp); in ReadGroundTruthFile() 51 [](const std::pair<string, int64>& left, in ReadGroundTruthFile() 52 const std::pair<string, int64>& right) { in ReadGroundTruthFile() 60 const std::vector<std::pair<string, int64>>& found_words, in CalculateAccuracyStats() 61 int64 up_to_time_ms, int64 time_tolerance_ms, in CalculateAccuracyStats() 63 int64 latest_possible_time; in CalculateAccuracyStats() 65 latest_possible_time = std::numeric_limits<int64>::max(); in CalculateAccuracyStats() 71 const int64 ground_truth_time = ground_truth.second; in CalculateAccuracyStats() 81 std::unordered_set<int64> has_ground_truth_been_matched; in CalculateAccuracyStats() 84 const int64 found_time = found_word.second; in CalculateAccuracyStats() [all …]
|
A D | recognize_commands.cc | 31 previous_top_label_time_ = std::numeric_limits<int64>::min(); in RecognizeCommands() 35 const int64 current_time_ms, in ProcessLatestResults() 58 const int64 time_limit = current_time_ms - average_window_duration_ms_; in ProcessLatestResults() 65 const int64 how_many_results = previous_results_.size(); in ProcessLatestResults() 66 const int64 earliest_time = previous_results_.front().first; in ProcessLatestResults() 67 const int64 samples_duration = current_time_ms - earliest_time; in ProcessLatestResults() 105 int64 time_since_last_top; in ProcessLatestResults() 107 (previous_top_label_time_ == std::numeric_limits<int64>::min())) { in ProcessLatestResults() 108 time_since_last_top = std::numeric_limits<int64>::max(); in ProcessLatestResults()
|
A D | accuracy_utils.h | 43 std::vector<std::pair<string, int64>>* result); 50 const std::vector<std::pair<string, int64>>& ground_truth_list, 51 const std::vector<std::pair<string, int64>>& found_words, 52 int64 up_to_time_ms, int64 time_tolerance_ms,
|
A D | recognize_commands.h | 58 const int64 current_time_ms, 71 std::deque<std::pair<int64, Tensor>> previous_results_; 73 int64 labels_count_; 74 int64 previous_top_label_time_;
|
A D | test_streaming_accuracy.cc | 89 using tensorflow::int64; 202 std::vector<std::pair<string, tensorflow::int64>> ground_truth_list; in main() 233 const int64 clip_duration_samples = (clip_duration_ms * sample_rate) / 1000; in main() 234 const int64 clip_stride_samples = (clip_stride_ms * sample_rate) / 1000; in main() 244 std::vector<std::pair<string, int64>> all_found_words; in main() 247 const int64 audio_data_end = (sample_count - clip_duration_samples); in main() 248 for (int64 audio_data_offset = 0; audio_data_offset < audio_data_end; in main() 264 const int64 current_time_ms = (audio_data_offset * 1000) / sample_rate; in main()
|
A D | recognize_commands_test.cc | 50 int64 current_time_ms = 0 + (i * 100); in TEST() 69 int64 current_time_ms = 1000 + (i * 100); in TEST()
|
A D | accuracy_utils_test.cc | 33 std::vector<std::pair<string, int64>> ground_truth; in TEST()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_dirread.c | 276 int64 m; in TIFFReadDirEntryByte() 362 int64 m; in TIFFReadDirEntryShort() 445 int64 m; in TIFFReadDirEntryLong() 523 int64 m; in TIFFReadDirEntryLong8() 607 int64 m; in TIFFReadDirEntryFloat() 720 int64 m; in TIFFReadDirEntryDouble() 1087 int64* ma; in TIFFReadDirEntryByteArray() 1266 int64* ma; in TIFFReadDirEntrySbyteArray() 1438 int64* ma; in TIFFReadDirEntryShortArray() 1998 int64* m; in TIFFReadDirEntryLong8ArrayWithLimit() [all …]
|
A D | tif_read.c | 732 if ((int64)bytecount <= 0) { in TIFFReadRawStrip() 772 if ((int64)bytecount <= 0) { in TIFFFillStrip() 799 if( (int64)newbytecount >= 0 ) in TIFFFillStrip() 1219 if ((int64)bytecount <= 0) { in TIFFFillTile() 1246 if( (int64)newbytecount >= 0 ) in TIFFFillTile()
|
A D | tif_dirwrite.c | 93 …t TIFFWriteDirectoryTagSlong8(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int64 value); 95 …TagSlong8Array(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, int64* value); 154 …riteDirectoryTagCheckedSlong8(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int64 value); 1475 TIFFWriteDirectoryTagSlong8(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int64 value) in TIFFWriteDirectoryTagSlong8() 1487 …yTagSlong8Array(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, uint32 count, int64* value) in TIFFWriteDirectoryTagSlong8Array() 2156 TIFFWriteDirectoryTagCheckedSlong8(TIFF* tif, uint32* ndir, TIFFDirEntry* dir, uint16 tag, int64 va… in TIFFWriteDirectoryTagCheckedSlong8() 2158 int64 m; in TIFFWriteDirectoryTagCheckedSlong8() 2159 assert(sizeof(int64)==8); in TIFFWriteDirectoryTagCheckedSlong8() 2175 assert(sizeof(int64)==8); in TIFFWriteDirectoryTagCheckedSlong8Array() 2861 (int32) ((int64 *) data)[i]; in _TIFFRewriteField() [all …]
|
A D | tif_print.c | 110 fprintf(fd, "%I64d", (__int64)((int64 *) raw_data)[j]); in _TIFFPrintField() 112 fprintf(fd, "%lld", (long long)((int64 *) raw_data)[j]); in _TIFFPrintField()
|
A D | tiff.h | 77 typedef TIFF_INT64_T int64; typedef
|
A D | tif_write.c | 723 int64 old_byte_count = -1; in TIFFAppendToStrip() 781 if( (int64) td->td_stripbytecount[strip] != old_byte_count ) in TIFFAppendToStrip()
|
A D | tif_aux.c | 327 int64 value;
|
A D | tif_dir.c | 681 int64 v2 = va_arg(ap, int64); in _TIFFVSetField() 1183 *va_arg(ap, int64*) = in _TIFFVGetField() 1184 *(int64 *)val; in _TIFFVGetField()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/mlir/testing/op_tests/ |
A D | static_hashtable.py | 33 "table": [(tf.string, tf.int64, ["1", "2", "3"], [4, 5, 6], -1), 34 (tf.int64, tf.string, [1, 2, 3], ["4", "5", "6"], "-1")],
|
A D | parse_example.py | 37 elif feature_dtype in (tf.int32, tf.uint8, tf.int64, tf.int16): 56 "feature_dtype": [tf.string, tf.float32, tf.int64],
|
A D | reciprocal.py | 32 "input_dtype": [tf.float32, tf.int32, tf.int64],
|
A D | cumsum.py | 32 "dtype": [tf.int32, tf.int64, tf.float32],
|
A D | broadcast_gradient_args.py | 34 'dtype': [tf.dtypes.int32, tf.dtypes.int64],
|
/AliOS-Things-master/components/uvoice/codec/opensource/pvmp3/ |
A D | oscl_base.h | 11 typedef long long int64; typedef
|
/AliOS-Things-master/components/uvoice/codec/opensource/pvaac/oscl/ |
A D | oscl_base.h | 11 typedef long long int64; typedef
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiffdump.c | 773 int64 *llp = (int64*)data; in PrintData() 775 int64 val; in PrintData() 776 memcpy(&val, llp, sizeof(int64)); in PrintData()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | configuration.proto | 249 optional int64 inactive_timeout_us = 2; 407 repeated int64 initialization_time_us = 1 [packed = true]; 410 repeated int64 inference_time_us = 2 [packed = true]; 430 optional int64 underlying_api_error = 3; 471 optional int64 boottime_us = 5; 472 optional int64 wallclock_us = 6;
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | tiff.h | 77 typedef TIFF_INT64_T int64; typedef
|