JavaScript Promiseの本 v1
また、Promiseを使った例に比べるとより高速に処理でき る可能性が高いと思います。 streamによるread→transform→write readableStream.pipe(transformStream).pipe(writableStream); そのため、非同期処理には常にPromiseが最適という訳ではなく、 目的と状況にあった実装 をしていくことを考えていくべきでしょう。 880 码力 | 115 页 | 1.06 MB | 1 年前3JavaScript Promiseの本 v2
また、Promiseを使った例に比べるとより高速に処理でき る可能性が高いと思います。 streamによるread→transform→write readableStream.pipe(transformStream).pipe(writableStream); そのため、非同期処理には常にPromiseが最適という訳ではなく、 目的と状況にあった実装 をしていくことを考えていくべきでしょう。 Node0 码力 | 137 页 | 1.17 MB | 1 年前3Krita 5.2 マニュアル
One can preformat text by prepending each line with a pipe symbol このように記載します: | One can | preformat | text by | prepending | each line | with a pipe | symbol This is generally not used in the manual, KisAirbrushOptionData : boost::equality_comparable{ inline friend bool operator==(const KisAirbrushOptionData &lhs, const KisAirbrushOptionData [&KisCurveOptionData::isChecked]; // combine the two cursors using logical-and operator into // an "effective" isChecked value; lager::reader effectiveIsChecked = // `lager::with()` 0 码力 | 1591 页 | 79.16 MB | 1 年前3RDBMSとNoSQLのメリットを併せ持つクラウドネイティブなNewSQLデータベース 「TiDB」をKubernetesで動かしてみよう!
tidb-operator Open Source Conference 2022 Online/Spring 36 tidb-operator は Kubernetes 上で動くコントローラー tiup で使用する topology.yaml と同じような内容を Kubernetes の カスタムリソース TidbCluster で定義してあげる tidb-operator は定義された通りに 能 すごいぞ tidb-operator ? Open Source Conference 2022 Online/Spring 37 https://docs.pingcap.com/tidb-in-kubernetes/stable/architecture Kubernetes のカスタムリソースとオペレーターの関係 すごいぞ tidb-operator Open Source Conference 2022 Online/Spring 38 tiup と tidb-operator $ tiup cluster deploy tidb-test v5.2.2 ./topology.yaml tiup $ kubectl apply -f tidb_cluster.yaml tidb-operator tiup cluster deploy 相当のことは kubectl apply0 码力 | 71 页 | 6.65 MB | 1 年前3TVM Meetup: Quantization
scratch • New Relay passes and TVM schedules required • AlterOpLayout, Graph Fusion etc require work/operator • No reuse of existing Relay and TVM infrastructure. Option 2 – Lower to a sequence of existing 2019, Amazon Web Services, Inc. or its Affiliates. All rights reserved. Lowering of QNN Quantize Operator fn (%input_data: Tensor[(2, 5), float32]) { qnn.quantize(%input_data, out_dtype="uint8", output_zero_point=127 Affiliates. All rights reserved. QNN Conv2D Operator • Calculations are different from FP32 Conv2D https://discuss.tvm.ai/t/tf-lite-quantized-conv2d-operator-conversion/2651/8 𝑟𝑒𝑎𝑙_𝑣𝑎𝑙𝑢𝑒 = 𝒔𝒄𝒂𝒍𝒆0 码力 | 19 页 | 489.50 KB | 5 月前3Comprehensive Rust(日语) 202412
in some cases, in particular when invoking methods (try r.is_ascii()). There is no need for an -> operator like in C++. • この例では、r は可変であるため、再代入が可能です(r = &b)。これにより r が再バインドさ れ、他の値を参照するようになります。これは、参照に代入すると参照先の値が変更される Add<(i32, i32)> for Point は Point にタプルを追加します。 The Not trait (! operator) is notable because it does not ”boolify” like the same operator in C-family languages; instead, for integer types it negates each /// 算術演算子。 enum Op { Add, Sub, } /// 式言語のトークン enum Token { Number(String), Identifier(String), Operator(Op), } /// 式言語の式 enum Expression { /// 変数への参照。 Var(String), /// リテラル数値。 Number(u32), /// バイナリ演算。0 码力 | 381 页 | 1.36 MB | 10 月前3PlantUML 1.2020.23 言語リファレンスガイド
QA-9702] 20.3.2 Boolean operation and operator [&&, ||, ()] You can use boolean expression, in the test, with : • parenthesis (); • and operator &&; • or operator ||. (See next example, within if test 271 PlantUML 言語リファレンスガイド (1.2020.23) 304 / 305 CONTENTS CONTENTS 20.3.2 Boolean operation and operator [&&, ||, ()] . . . . . . . . . . . . . . . . . . . . . . . . . 271 20.3.3 Boolean builtin functions0 码力 | 306 页 | 3.19 MB | 1 年前3PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2020.22)
QA-9702] 20.3.2 Boolean operation and operator [&&, ||, ()] You can use boolean expression, in the test, with : • parenthesis (); • and operator &&; • or operator ||. (See next example, within if test false] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 259 20.3.2 Boolean operation and operator [&&, ||, ()] . . . . . . . . . . . . . . . . . . . . . . . . . 259 20.3.3 Boolean builtin functions0 码力 | 294 页 | 3.11 MB | 1 年前3PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.1)
QA-9702] 24.3.2 Boolean operation and operator [&&, ||, ()] You can use boolean expression, in the test, with : • parenthesis (); • and operator &&; • or operator ||. (See next example, within if test false] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 346 24.3.2 Boolean operation and operator [&&, ||, ()] . . . . . . . . . . . . . . . . . . . . . . 346 24.3.3 Boolean builtin functions [%false()0 码力 | 393 页 | 4.27 MB | 1 年前3PlantUML を使った UML の描き方 - PlantUML 言語リファレンスガイド(Version 1.2021.2)
QA-9702] 25.3.2 Boolean operation and operator [&&, ||, ()] You can use boolean expression, in the test, with : • parenthesis (); • and operator &&; • or operator ||. (See next example, within if test false] . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 352 25.3.2 Boolean operation and operator [&&, ||, ()] . . . . . . . . . . . . . . . . . . . . . . 352 25.3.3 Boolean builtin functions [%false()0 码力 | 399 页 | 4.33 MB | 1 年前3
共 11 条
- 1
- 2