15 less known webpack features in 15 minutes
Did you know …? 15 less known webpack features in 15 minutes Goals Goals • Overview over less known features • Short • Learn something new • Code Samples Non-Goals • Detailed How-to-Use the features "umd" } • Also affected by the externals option devtool: eval • The SourceMap devtools are well known, but there is an alternative. • Eval-Devtool • only displays the generated code • Separated by modules0 码力 | 21 页 | 695.29 KB | 1 年前3PyTorch Release Notes
This document provides information about the key features, software enhancements and improvements, known issues, and how to run this container. PyTorch RN-08516-001_v23.07 | 2 Chapter 2. Pulling A Collaborative Filtering (NCF) model: This model focuses on providing recommendations, which is also known as collaborative filtering with implicit feedback. The training data for this model should contain between Human and Machine Translation paper. This model script is available on GitHub and NGC. Known Issues ‣ The following CVEs might be flagged but were patched by backporting the fixes into the corresponding0 码力 | 365 页 | 2.94 MB | 1 年前3The Zig Programming Language 0.12.0 Documentation
code comptime_int (none) Only allowed for comptime-known values. The type of integer literals. comptime_float (none) Only allowed for comptime-known values. The type of float literals. In addition to const expected: i32 = 42; const actual = 42; // The first argument to `expectEqual` is the known, expected, result. // The second argument is the result of some expression. // The actual's implicitly comptime. If a container level variable is const then its value is comptime -known, otherwise it is runtime-known. test_container_level_variables.zig var y: i32 = add(10, x); const x: i32 = add(120 码力 | 241 页 | 7.37 MB | 1 年前3The Zig Programming Language 0.7.1 Documentation
hello.zig code sample, the main function is declared with the !void return type. This return type is known as an Error Union Type. This syntax tells the Zig compiler that the function will either return an between open ( and close ) parenthesis placed after the function's name. This information is also known as arguments. When there are multiple arguments passed to a function, they are separated by commas curly-braces inside of the first argument are substituted with the compile-time known value inside of the second argument (known as an anonymous struct literal). The \n inside of the double-quotes of the first0 码力 | 225 页 | 5.74 MB | 1 年前3The Zig Programming Language 0.11.0 Documentation
zig code sample, the main function is declared with the !void return type. This return type is known as an Error Union Type. This syntax tells the Zig compiler that the function will either return an parenthesis ( and a close parenthesis ) placed after the function's name. This information is also known as arguments. When there are multiple arguments passed to a function, they are separated by commas curly-braces inside of the first argument are substituted with the compile-time known value inside of the second argument (known as a tuple). The \n inside of the double-quotes of the first argument is the0 码力 | 238 页 | 7.80 MB | 1 年前3The Zig Programming Language 0.9.1 Documentation
zig code sample, the main function is declared with the !void return type. This return type is known as an Error Union Type. This syntax tells the Zig compiler that the function will either return an parenthesis ( and a close parenthesis ) placed after the function's name. This information is also known as arguments. When there are multiple arguments passed to a function, they are separated by commas curly-braces inside of the first argument are substituted with the compile-time known value inside of the second argument (known as an anonymous struct literal). The \n inside of the double-quotes of the0 码力 | 234 页 | 7.90 MB | 1 年前3The Zig Programming Language 0.8.1 Documentation
hello.zig code sample, the main function is declared with the !void return type. This return type is known as an Error Union Type. This syntax tells the Zig compiler that the function will either return an between open ( and close ) parenthesis placed after the function's name. This information is also known as arguments. When there are multiple arguments passed to a function, they are separated by commas curly-braces inside of the first argument are substituted with the compile-time known value inside of the second argument (known as an anonymous struct literal). The \n inside of the double-quotes of the first0 码力 | 234 页 | 6.01 MB | 1 年前3The Zig Programming Language 0.10.1 Documentation
zig code sample, the main function is declared with the !void return type. This return type is known as an Error Union Type. This syntax tells the Zig compiler that the function will either return an parenthesis ( and a close parenthesis ) placed after the function's name. This information is also known as arguments. When there are multiple arguments passed to a function, they are separated by commas curly-braces inside of the first argument are substituted with the compile-time known value inside of the second argument (known as an anonymous struct literal). The \n inside of the double-quotes of the0 码力 | 239 页 | 8.03 MB | 1 年前3The Zig Programming Language 0.6.0 Documentation
code comptime_int (none) Only allowed for comptime-known values. The type of integer literals. comptime_float (none) Only allowed for comptime-known values. The type of float literals. In addition to variables is implicitly comptime. If a global variable is const then its value is comptime-known, otherwise it is runtime-known. global_variables.zig var y: i32 = add(10, x); const x: i32 = add(12, 34); test variable is comptime-known, then the variable is also comptime-known. A local variable may be qualified with the comptime keyword. This causes the variable's value to be comptime-known, and all loads and0 码力 | 214 页 | 5.37 MB | 1 年前3The Zig Programming Language 0.5.0 Documentation
Arrays and Pointers Implicit Cast: Optionals Implicit Cast: Error Unions Implicit Cast: Compile-Time Known Numbers Implicit Cast: unions and enums Implicit Cast: Zero Bit Types Implicit Cast: undefined Explicit code comptime_int (none) Only allowed for comptime-known values. The type of integer literals. comptime_float (none) Only allowed for comptime-known values. The type of float literals. In addition to variables is implicitly comptime. If a global variable is const then its value is comptime-known, otherwise it is runtime-known. global_variables.zig var y: i32 = add(10, x); const x: i32 = add(12, 34); test0 码力 | 224 页 | 5.80 MB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100