积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(111)C++(111)Conan(48)

语言

全部英语(109)英语(2)

格式

全部PDF文档 PDF(110)PPT文档 PPT(1)
 
本次搜索耗时 0.051 秒,为您找到相关结果约 111 个.
  • 全部
  • 后端开发
  • C++
  • Conan
  • 全部
  • 英语
  • 英语
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Leveraging the Power of C++ for Efficient Machine Learning on Embedded Devices

    Leveraging the power of C++ for efficient machine learning on embedded devices Adrian Stanciu adrian.stanciu.pub@gmail.com CppCon, 2023 1 / 50About me ◮ I am a software engineer from Romania ◮ I have Image classification ◮ Hand gesture recognition ◮ Summary ◮ Q&A 4 / 50Motivation 5 / 50Machine Learning (ML) ◮ Subfield of Artificial Inteligence (AI) ◮ Enables computers to learn from data and then consumption ◮ May have real-time performance constraints 7 / 50Machine learning on embedded devices ◮ Alternative to cloud-based machine learning ◮ Advantages: ◮ Real-time processing ◮ Low latency ◮ Reduced bandwidth
    0 码力 | 51 页 | 1.78 MB | 6 月前
    3
  • pdf文档 micrograd++: A 500 line C++ Machine Learning Library

    micrograd++: A 500 line C++ Machine Learning Library Gautam Sharma Independent Researcher gautamsharma2813@gmail.com Abstract—micrograd++ is a pure C++ machine learning li- brary inspired by Andrej Karpathy’s for building and training machine learning models. By leveraging the performance efficiency of C++, micro- grad++ offers a robust solution for integrating machine learning capabilities directly into C++-based Traditionally, all machine learning libraries are extremely bulky and very hard to integrate as third party dependencies. This aspect scares practitioners to adopt a C++ based machine learning library for prototyping
    0 码力 | 3 页 | 1.73 MB | 6 月前
    3
  • pdf文档 Back to Basics: Design Patterns

    but have never had a chance to study design patterns and need some resources to help orient them. Learning about design patterns and where to apply them can at the least give you a way to think about how for object-oriented programming 26 ● I really enjoyed this book (as a graphics programmer) for learning design patterns. ○ There’s a free web version here: https://gameprogrammingpatterns.com/ ○ I rendering involves: ■ loading font files, a custom string class, a drawable object class, and a deep hierarchy... ■ Oh, by the way, the text must always be green and uppercase letters.Problem we are
    0 码力 | 96 页 | 2.10 MB | 6 月前
    3
  • pdf文档 cppcon 2021 safety guidelines for C parallel and concurrency

    Canada ● Chair of Programming Languages for Standards Council of Canada Chair of WG21 SG19 Machine Learning Chair of WG21 SG14 Games Dev/Low Latency/Financial Trading/Embedded ● Editor: C++ SG5 Transactional Critical Advisory Forum • OpenCL/SYCL Safety Critical • Vulkan Safety Critical • JTC1/SC42 Machine Learning WG3 Trustworthiness • ITC22/SC32 SOTIF WG8 SOTIF, WG13, WG14 • SAE ORAD • UL4600 • RISC-V Safety/Security which is much harder in multithread system • Heterogeneous-> AI/ML safety Stage 1: extensive deep analysis of 81 rules • Started in 2019 at a MISRA meeting • Why are there no rules for parallelism
    0 码力 | 52 页 | 3.14 MB | 6 月前
    3
  • pdf文档 Heterogeneous Modern C++ with SYCL 2020

    Canada ● Chair of Programming Languages for Standards Council of Canada Chair of WG21 SG19 Machine Learning Chair of WG21 SG14 Games Dev/Low Latency/Financial Trading/Embedded ● Editor: C++ SG5 Transactional Working Group Members Benchmarks/Books Linear Algebra Libraries Implementations Machine Learning Libraries and Parallel Acceleration Frameworks Research neoSYCL SX-AURORA TSUBASA algorithm Data Productivity Languages Big Data Stack, Stats Lib, Databases Learning Productivity Languages Deep Learning, Linear Alg, ML Implement and Test Algorithm Today’s Supercomputing Development
    0 码力 | 114 页 | 7.94 MB | 6 月前
    3
  • pdf文档 A (Short) Tour of C++ Modules

    software in the field of applied digital signal processing for 30 years Member of the C++ committee (learning novice) employed by 3OVERVIEW Modules Foundations C++20 Modules, a short recap Module unit // must go here because reasons export namespace libawesome { // implemented elsewhere int deep_thought(...); } // namespace libawesome 1 2 3 4 5 6 7 8 9 export module awesome.v2; // other stuff int deep_thought(...); // implemented elsewhere int much_deeper_thought(...); } // namespace libawesome 1 2 3 4 5 6 7 8 9 10 11 // OEM 1, traditional header // implementation calls 'deep_thought'
    0 码力 | 62 页 | 4.20 MB | 6 月前
    3
  • pdf文档 Blazing Trails: Building the World's Fastest CameBoy Emulator in Modern C++

    Fastest GameBoy Emulator in Modern C++ 5Building the World’s Fastest GameBoy Emulator in Modern C++ 6 Deep System Understanding Emulators require a strong grasp of hardware, low-level operations, and CPU does it have to be fast? • Bragging rights? • To run on low end hardware • To use for machine learning • TEGLON 33TEGLON? • Tetris for • Gameboy • LOgic • iNnversion Where does the term originate -> In case option 3 is a no 3: come home in the comfort of Jax, me and mom. -> In case it hit deep 4: don’t give a F*** and say idc to stand up for yourself. -> Good to prove yourself 91
    0 码力 | 91 页 | 8.37 MB | 6 月前
    3
  • pdf文档 Back to Basics: Concurrency

    Several toy examples to learn I hope this is a talk that you can revisit in the future and do a deep dive with the resources at the endWhat is Concurrency? And the possible motivation to work concurrently s/performance-methods-and-practices -of-directx-11-multithreaded-rendering ● Pretty much everywhere in machine learning... ● Pretty much everywhere you need to increase performance! :) 124C++ std::par and std::par_unseq
    0 码力 | 141 页 | 6.02 MB | 6 月前
    3
  • pdf文档 Conan 2.3 Documentation

    previous explanations and code - building on the previous example. This is the recommended approach for learning Conan. • The examples also contain hands-on, fully operational examples with code, aimed to explain file: libhello.a ... hello/0.1: Package '54a3ab9b777a90a13e500dd311d9cd70316e9d55' created Let’s deep a bit more in the package method. The generated package() method is using cmake.install() to copy integrations reference. 7.4 Cross-building examples 7.4.1 Creating a Conan package for a toolchain After learning how to create recipes for tool requires that package applications, we are going to show an example
    0 码力 | 748 页 | 4.65 MB | 1 年前
    3
  • pdf文档 Conan 2.5 Documentation

    previous explanations and code - building on the previous example. This is the recommended approach for learning Conan. • The examples also contain hands-on, fully operational examples with code, aimed to explain file: libhello.a ... hello/0.1: Package '54a3ab9b777a90a13e500dd311d9cd70316e9d55' created Let’s deep a bit more in the package method. The generated package() method is using cmake.install() to copy Release 2.5.0 7.4 Cross-building examples 7.4.1 Creating a Conan package for a toolchain After learning how to create recipes for tool requires that package applications, we are going to show an example
    0 码力 | 769 页 | 4.70 MB | 1 年前
    3
共 111 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 12
前往
页
相关搜索词
LeveragingthePowerofC++forEfficientMachineLearningonEmbeddedDevicesmicrograd++500lineLibraryBacktoBasicsDesignPatternscppcon2021safetyguidelinesparallelandconcurrencyHeterogeneousModernwithSYCL2020ShortTourModulesBlazingTrailsBuildingWorldFastestCameBoyEmulatorinConcurrencyConan2.3Documentation2.5
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩