/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/ |
A D | prepacked_cache_test.cc | 35 ret.sums_type = Type::Create<std::int32_t>(); in MakeDummyPEMat() 59 PEMat mat1 = MakeDummyPEMat(Type::Create<std::uint8_t>(), 10, 20); in TEST() 66 PEMat mat2 = MakeDummyPEMat(Type::Create<std::uint8_t>(), 5, 3); in TEST() 85 PEMat mat1 = MakeDummyPEMat(Type::Create<float>(), 10, 20); in TEST() 92 PEMat mat2 = MakeDummyPEMat(Type::Create<float>(), 5, 3); in TEST() 111 PEMat mat1 = MakeDummyPEMat(Type::Create<std::uint8_t>(), 10, 20); in TEST() 117 PEMat mat2 = MakeDummyPEMat(Type::Create<std::uint8_t>(), 5, 3); in TEST() 145 PEMat mat1 = MakeDummyPEMat(Type::Create<std::uint8_t>(), 10, 20); in TEST() 152 PEMat mat2 = MakeDummyPEMat(Type::Create<std::uint8_t>(), 10, 20); in TEST() 159 PEMat mat3 = MakeDummyPEMat(Type::Create<std::uint8_t>(), 10, 20); in TEST() [all …]
|
A D | mat.h | 209 static Type Create() { in Create() function 219 RUY_DCHECK_EQ(is_signed, Create<T>().is_signed); in AssertIs() 220 RUY_DCHECK_EQ(is_floating_point, Create<T>().is_floating_point); in AssertIs() 221 RUY_DCHECK_EQ(size, Create<T>().size); in AssertIs() 280 ret.data_type = Type::Create<T>(); in EraseType()
|
/AliOS-Things-master/components/trace/Config/ |
A D | SYSVIEW_AliOSThings.txt | 18 41 sem_create Create Sem=%s 26 51 mutex_create Create Mute=%s 34 61 event_create Create Event=%s 39 71 buf_queue_create Create Queue=%s 45 82 workqueue_create Create WorkQueue=%s
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/ |
A D | ZLib.pas | 55 constructor Create(Strm: TStream); procedure 89 constructor Create(CompressionLevel: TCompressionLevel; Dest: TStream); procedure 118 constructor Create(Source: TStream); procedure 276 raise ECompressionError.Create('error'); //!! 283 raise EDecompressionError.Create('error'); //!! 389 constructor TCustomZLibStream.Create(Strm: TStream); 391 inherited Create; 406 constructor TCompressionStream.Create(CompressionLevel: TCompressionLevel; 412 inherited Create(Dest); 483 constructor TDecompressionStream.Create(Source: TStream); [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/compatibility/ |
A D | gpu_compatibility.cc | 49 std::unique_ptr<GPUCompatibilityList> GPUCompatibilityList::Create() { in Create() function in tflite::acceleration::GPUCompatibilityList 50 return Create(g_tflite_acceleration_gpu_compatibility_binary, in Create() 54 std::unique_ptr<GPUCompatibilityList> GPUCompatibilityList::Create( in Create() function in tflite::acceleration::GPUCompatibilityList
|
A D | gpu_compatibility.h | 57 static std::unique_ptr<GPUCompatibilityList> Create(); 60 static std::unique_ptr<GPUCompatibilityList> Create(
|
A D | gpu_compatibility_test.cc | 30 list_ = tflite::acceleration::GPUCompatibilityList::Create( in GPUCompatibilityTest() 104 tflite::acceleration::GPUCompatibilityList::Create(invalid_buffer, 10); in TEST() 110 tflite::acceleration::GPUCompatibilityList::Create(nullptr, 0); in TEST()
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/testing/ |
A D | robot.resource.txt | 12 Create Platform 22 Create Terminal Tester ${UART} timeout=2
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/ |
A D | micro_allocator.h | 115 static MicroAllocator* Create(uint8_t* tensor_arena, size_t arena_size, 121 static MicroAllocator* Create(SimpleMemoryAllocator* memory_allocator,
|
A D | recording_micro_interpreter.h | 43 RecordingMicroAllocator::Create( in MicroInterpreter()
|
A D | recording_simple_memory_allocator.h | 35 static RecordingSimpleMemoryAllocator* Create(ErrorReporter* error_reporter,
|
A D | recording_micro_allocator.cc | 32 RecordingMicroAllocator* RecordingMicroAllocator::Create( in Create() function in tflite::RecordingMicroAllocator 37 RecordingSimpleMemoryAllocator::Create(error_reporter, tensor_arena, in Create()
|
A D | simple_memory_allocator.h | 42 static SimpleMemoryAllocator* Create(ErrorReporter* error_reporter,
|
/AliOS-Things-master/components/SDL2/src/image/Xcode/SDL_image.xcodeproj/ |
A D | project.pbxproj | 101 …45004B6283 /* Create DMG */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executa… 144 BE1FA74507AF4C45004B6283 /* Create DMG */, 261 AA9EE77314B2782A008773C0 /* Create Frameworks symlink */, 294 BE1FA74207AF4C45004B6283 /* Create DMG */ = { 305 name = "Create DMG"; 308 productReference = BE1FA74507AF4C45004B6283 /* Create DMG */; 336 BE1FA74207AF4C45004B6283 /* Create DMG */, 369 AA9EE77314B2782A008773C0 /* Create Frameworks symlink */ = { 376 name = "Create Frameworks symlink"; 579 PRODUCT_NAME = "Create DMG"; [all …]
|
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/experimental/acceleration/configuration/ |
A D | xnnpack_plugin.cc | 26 TfLiteDelegatePtr Create() override { in Create() function in tflite::delegates::XNNPackPlugin
|
A D | gpu_plugin.cc | 26 TfLiteDelegatePtr Create() override { in Create() function in tflite::delegates::GpuPlugin
|
A D | hexagon_plugin.cc | 29 TfLiteDelegatePtr Create() override { in Create() function in tflite::delegates::HexagonPlugin
|
A D | delegate_registry.h | 49 virtual TfLiteDelegatePtr Create() = 0;
|
/AliOS-Things-master/solutions/ota_demo/ |
A D | Makefile | 18 @echo [INFO] Create bin files
|
/AliOS-Things-master/solutions/tflite_micro_speech_demo/ |
A D | Makefile | 18 @echo [INFO] Create bin files
|
/AliOS-Things-master/solutions/ucloud_ai_demo/ |
A D | Makefile | 18 @echo [INFO] Create bin files
|
/AliOS-Things-master/solutions/flower_demo/ |
A D | Makefile | 18 @echo [INFO] Create bin files
|
/AliOS-Things-master/solutions/kws_demo/ |
A D | Makefile | 18 @echo [INFO] Create bin files
|
/AliOS-Things-master/solutions/auto_demo/ |
A D | Makefile | 18 @echo [INFO] Create bin files
|
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/ |
A D | CMakeLists.txt | 26 ## Create tests for dashboard submission, allows easy review of CI results https://my.cdash.org/ind…
|