Template Metaprogramming: Type Traits
Template Metaprogramming: Type Traits Part 1 CppCon 2020 1 Jody Hagins jhagins@maystreet.com coachhagins@gmail.comTemplate Metaprogramming: Type Traits CppCon 2020 2 IntroductionIntended Audience oriented: shallow depth, slow current • Not necessarily beginner to C++, but beginner to traditional template metaprogramming techniques 3Intended Audience • Beginner/Intermediate • Gentle entry: swimming oriented: shallow depth, slow current • Not necessarily beginner to C++, but beginner to traditional template metaprogramming techniques • Type traits part of standard library for ~10 years 3Intended Audience0 码力 | 403 页 | 5.30 MB | 5 月前3Template-Less Meta-Programming
1 / 58Template Metaprogramming (TMP) Template Metaprogramming (TMP) templateusing meta_fun = this_talk ; 2 / 58❓static_assert(Template::Metaprogramming::is_hard); // ✔ 3 / 58❓s 58❓static_assert(Template::Metaprogramming::is_hard); // ✔ ❓static_assert(Template::Metaprogramming::is_powerful); // ✔ 3 / 58❓static_assert(Template::Metaprogramming::is_hard); // ✔ ❓static_assert( ❓static_assert(Template::Metaprogramming::is_powerful); // ✔ ❓static_assert(( Template::Metaprogramming::is_easy and Template::Metaprogramming::is_powerful and Template::Metaprogramming::has_nice_error_messages 0 码力 | 130 页 | 5.79 MB | 5 月前3LSTM-Layer使用
vec] ▪ h/c: [num_layer, b, h] ▪ out: [seq, b, h] nn.LSTM nn.LSTMCell ▪ __init__ LSTMCell.forward() ▪ ht, ct = lstmcell(xt, [ht_1, ct_1]) ▪ xt: [b, vec] ▪ ht/ct: [b, h] Single layer Two Layers 下一课时0 码力 | 11 页 | 643.79 KB | 1 年前3RNN-Layer使用
RNN Layer使用 主讲人:龙良曲 Folded model feature ??@??ℎ + ℎ?@?ℎℎ [0,0,0 … ] x: ??? ???, ????ℎ, ??????? ??? ????ℎ, ??????? ??? @[ℎ????? ???, ??????? ???]?+ ????ℎ, ℎ????? ??? @ ℎ????? ???, ℎ????? ??? ? layers, b, h dim] ▪ out: [seq len, b, h dim] Single layer RNN feature ??@??ℎ 1 + ℎ? 1@?ℎℎ 1 [0,0,0 … ] ℎ? 1@??ℎ 2 + ℎ? 2@?ℎℎ 2 [0,0,0 … ] 2 layer RNN [T, b, h_dim], [layers, b, h_dim] nn.RNNCell0 码力 | 15 页 | 883.60 KB | 1 年前3THE FIRST EXPLORATION OF PROJECT SPARROW
0 码力 | 68 页 | 13.14 MB | 1 年前3Krita 5.2 Manual
Selections Removing Selections Display Modes Global Selection Mask (Painting a Selection) Selection from layer transparency Pixel and Vector Selection Types Common Shortcuts while Using Selections Python Scripting Workflow Introduction to animation: How to make a walk cycle Japanese Animation Template Basic structure of its layers Its layer contents Basic steps to make animation Gamut Masks Selecting a gamut mask Transparency Blending modes Masks Filters Filter Brush Engine Filter Layers, Filter Masks and Layer Styles Transformations Deform Brush Engine Transform Masks Animation Assistants, Grids and Guides0 码力 | 1502 页 | 79.07 MB | 1 年前3Krita 5.2 브로셔
Selections Removing Selections Display Modes Global Selection Mask (Painting a Selection) Selection from layer transparency Pixel and Vector Selection Types Common Shortcuts while Using Selections Python 스크립팅 흐름 Introduction to animation: How to make a walk cycle Japanese Animation Template Basic structure of its layers Its layer contents Basic steps to make animation 색역 마스크 Selecting a gamut mask In the Masks Like filters, transforms can be applied as a non-destructive operation that is part of the layer stack. Unlike filter and transparency masks however, Transform Masks can’t be driven by a grayscale0 码力 | 1531 页 | 79.11 MB | 1 年前3Cilium v1.6 Documentation
Notes Advanced Configuration Network Policy Policy Enforcement Modes Rule Basics Layer 3 Examples Layer 4 Examples Layer 7 Examples Kubernetes Endpoint Lifecycle Troubleshooting Monitoring & Metrics Installation Management Release Cadence Stable releases LTS Generic Release Process GitHub template process Reference steps for the template Minor Release Process Backporting process CI / Jenkins Jobs Overview Triggering identity (in contrast to IP address identification in traditional systems) and can filter on application-layer (e.g. HTTP). As a result, Cilium not only makes it simple to apply security policies in a highly dynamic0 码力 | 734 页 | 11.45 MB | 1 年前3GNU Image Manipulation Program User Manual 2.4
. . . . . . . . . . . . . 100 8.1.1 Layer Properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 100 8.2 Layer Modes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 321 14.5.6 Open as Layer . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 321 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 324 14.5.10 Save as Template . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3240 码力 | 653 页 | 19.93 MB | 1 年前3Django 1.8.x Documentation
first view Writing more views Write views that actually do something Raising a 404 error Use the template system Removing hardcoded URLs in templates Namespacing URL names Writing your first Django app Django Form classes Working with form templates Further topics Templates Support for template engines The Django template language Class-based views Introduction to class-based views Built-in class-based Installation Usage Django’s cache framework Setting up the cache The per-site cache The per-view cache Template fragment caching The low-level cache API Downstream caches Using Vary headers Controlling cache:0 码力 | 2454 页 | 2.85 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100