Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 92) sorted by relevance

1234

/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/third_party/ruy/ruy/
A Dprepacked_cache_test.cc35 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 Dmat.h209 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 DSYSVIEW_AliOSThings.txt18 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 DZLib.pas55 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 Dgpu_compatibility.cc49 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 Dgpu_compatibility.h57 static std::unique_ptr<GPUCompatibilityList> Create();
60 static std::unique_ptr<GPUCompatibilityList> Create(
A Dgpu_compatibility_test.cc30 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 Drobot.resource.txt12 Create Platform
22 Create Terminal Tester ${UART} timeout=2
/AliOS-Things-master/components/ai_agent/src/engine/tflite-micro/tensorflow/lite/micro/
A Dmicro_allocator.h115 static MicroAllocator* Create(uint8_t* tensor_arena, size_t arena_size,
121 static MicroAllocator* Create(SimpleMemoryAllocator* memory_allocator,
A Drecording_micro_interpreter.h43 RecordingMicroAllocator::Create( in MicroInterpreter()
A Drecording_simple_memory_allocator.h35 static RecordingSimpleMemoryAllocator* Create(ErrorReporter* error_reporter,
A Drecording_micro_allocator.cc32 RecordingMicroAllocator* RecordingMicroAllocator::Create( in Create() function in tflite::RecordingMicroAllocator
37 RecordingSimpleMemoryAllocator::Create(error_reporter, tensor_arena, in Create()
A Dsimple_memory_allocator.h42 static SimpleMemoryAllocator* Create(ErrorReporter* error_reporter,
/AliOS-Things-master/components/SDL2/src/image/Xcode/SDL_image.xcodeproj/
A Dproject.pbxproj101 …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 Dxnnpack_plugin.cc26 TfLiteDelegatePtr Create() override { in Create() function in tflite::delegates::XNNPackPlugin
A Dgpu_plugin.cc26 TfLiteDelegatePtr Create() override { in Create() function in tflite::delegates::GpuPlugin
A Dhexagon_plugin.cc29 TfLiteDelegatePtr Create() override { in Create() function in tflite::delegates::HexagonPlugin
A Ddelegate_registry.h49 virtual TfLiteDelegatePtr Create() = 0;
/AliOS-Things-master/solutions/ota_demo/
A DMakefile18 @echo [INFO] Create bin files
/AliOS-Things-master/solutions/tflite_micro_speech_demo/
A DMakefile18 @echo [INFO] Create bin files
/AliOS-Things-master/solutions/ucloud_ai_demo/
A DMakefile18 @echo [INFO] Create bin files
/AliOS-Things-master/solutions/flower_demo/
A DMakefile18 @echo [INFO] Create bin files
/AliOS-Things-master/solutions/kws_demo/
A DMakefile18 @echo [INFO] Create bin files
/AliOS-Things-master/solutions/auto_demo/
A DMakefile18 @echo [INFO] Create bin files
/AliOS-Things-master/components/jsoncpp/src/test_lib_json/
A DCMakeLists.txt26 ## Create tests for dashboard submission, allows easy review of CI results https://my.cdash.org/ind…

Completed in 34 milliseconds

1234