Home
last modified time | relevance | path

Searched refs:Examples (Results 1 – 25 of 267) sorted by relevance

1234567891011

/llvm-project/mlir/docs/Tutorials/Toy/
H A DCh-1.md77 Proto 'multiply_transpose' @test/Examples/Toy/Ch1/ast.toy:4:1
81 BinOp: * @test/Examples/Toy/Ch1/ast.toy:5:25
82 Call 'transpose' [ @test/Examples/Toy/Ch1/ast.toy:5:10
83 var: a @test/Examples/Toy/Ch1/ast.toy:5:20
85 Call 'transpose' [ @test/Examples/Toy/Ch1/ast.toy:5:25
86 var: b @test/Examples/Toy/Ch1/ast.toy:5:35
90 Proto 'main' @test/Examples/Toy/Ch1/ast.toy:8:1
93 VarDecl a<> @test/Examples/Toy/Ch1/ast.toy:11:3
94 …0, 3.000000e+00], <3>[ 4.000000e+00, 5.000000e+00, 6.000000e+00]] @test/Examples/Toy/Ch1/ast.toy:1…
95 VarDecl b<2, 3> @test/Examples/Toy/Ch1/ast.toy:15:3
[all …]
H A DCh-2.md563 ^bb0(%arg0: tensor<*xf64> loc("test/Examples/Toy/Ch2/codegen.toy":4:1), %arg1: tensor<*xf64> loc("test/Examples/Toy/Ch2/codegen.toy":4:1)):
564 %0 = "toy.transpose"(%arg0) : (tensor<*xf64>) -> tensor<*xf64> loc("test/Examples/Toy/Ch2/codegen.toy":5:10)
565 %1 = "toy.transpose"(%arg1) : (tensor<*xf64>) -> tensor<*xf64> loc("test/Examples/Toy/Ch2/codegen.toy":5:25)
566 %2 = "toy.mul"(%0, %1) : (tensor<*xf64>, tensor<*xf64>) -> tensor<*xf64> loc("test/Examples/Toy/Ch2/codegen.toy":5:25)
567 "toy.return"(%2) : (tensor<*xf64>) -> () loc("test/Examples/Toy/Ch2/codegen.toy":5:3)
568 }) {sym_name = "multiply_transpose", type = (tensor<*xf64>, tensor<*xf64>) -> tensor<*xf64>} : () -> () loc("test/Examples/Toy/Ch2/codegen.toy":4:1)
570 %0 = "toy.constant"() {value = dense<[[1.000000e+00, 2.000000e+00, 3.000000e+00], [4.000000e+00, 5.000000e+00, 6.000000e+00]]> : tensor<2x3xf64>} : () -> tensor<2x3xf64> loc("test/Examples/Toy/Ch2/codegen.toy":9:17)
571 %1 = "toy.reshape"(%0) : (tensor<2x3xf64>) -> tensor<2x3xf64> loc("test/Examples/Toy/Ch2/codegen.toy":9:3)
572 %2 = "toy.constant"() {value = dense<[1.000000e+00, 2.000000e+00, 3.000000e+00, 4.000000e+00, 5.000000e+00, 6.000000e+00]> : tensor<6xf64>} : () -> tensor<6xf64> loc("test/Examples/To
[all...]
/llvm-project/clang-tools-extra/clangd/benchmarks/CompletionModel/
H A DDecisionForestBenchmark.cpp32 std::vector<Example> Examples; in generateRandomDataset() local
33 Examples.reserve(NumExamples); in generateRandomDataset()
59 Examples.push_back(E); in generateRandomDataset()
61 return Examples; in generateRandomDataset()
64 void runDecisionForestPrediction(const std::vector<Example> Examples) { in runDecisionForestPrediction() argument
65 for (const Example &E : Examples) in runDecisionForestPrediction()
73 const std::vector<Example> Examples = generateRandomDataset(1000000); in decisionForestPredict() local
75 runDecisionForestPrediction(Examples); in decisionForestPredict()
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dstring-constructor.rst10 Examples:
19 Examples:
29 Examples:
/llvm-project/llvm/docs/
H A DAMDGPUModifierSyntax.rst45 Examples:
70 Examples:
95 Examples:
162 Examples:
264 Examples:
286 Examples:
309 Examples:
332 Examples:
422 Examples:
779 Examples:
[all …]
H A DAMDGPUInstructionSyntax.rst134 Examples of instructions with different types of source and destination operands:
141 Examples of instructions with one data type:
148 Examples of instructions which operate with packed data:
156 Examples of typeless instructions which operate on b128 data:
H A DAMDGPUOperandSyntax.rst70 Examples:
108 Examples:
139 Examples:
190 Examples:
264 Examples:
278 Examples of *scalar* registers with an invalid alignment:
350 Examples:
364 Examples of *ttmp* registers with an invalid alignment:
809 … Format Syntax Examples Note
843 Examples:
[all …]
/llvm-project/mlir/docs/Tutorials/transform/
H A D_index.md33 `mlir/Examples/transform` and the corresponding tests in
34 `mlir/test/Examples/transform`.
/llvm-project/mlir/include/mlir/Dialect/SparseTensor/IR/
H A DSparseTensorTypes.td39 Examples:
88 Examples:
131 Examples:
/llvm-project/mlir/include/mlir/IR/
H A DBuiltinAttributes.td50 Examples:
86 Examples:
179 Examples:
246 Examples:
386 Examples:
459 Examples:
518 Examples:
621 Examples:
683 Examples:
767 Examples
[all...]
/llvm-project/mlir/examples/transform/
H A DCMakeLists.txt2 set_target_properties(TransformExample PROPERTIES FOLDER "MLIR/Examples")
H A DREADME.md4 Test files are located under `mlir/test/Examples/Transform`.
/llvm-project/clang-tools-extra/docs/clang-tidy/checks/android/
H A Dcloexec-inotify-init.rst9 Examples:
H A Dcloexec-epoll-create.rst9 Examples:
H A Dcloexec-creat.rst8 Examples:
H A Dcloexec-fopen.rst9 Examples:
/llvm-project/llvm/utils/lit/examples/
H A DREADME.txt2 lit Examples
/llvm-project/mlir/examples/toy/
H A DCMakeLists.txt2 set_target_properties(Toy PROPERTIES FOLDER "MLIR/Examples")
/llvm-project/llvm/examples/Kaleidoscope/
H A DCMakeLists.txt2 set_target_properties(Kaleidoscope PROPERTIES FOLDER "LLVM/Examples")
/llvm-project/llvm/docs/AMDGPU/
H A Dgfx11_attr.rst24 Examples:
H A Dgfx10_attr.rst24 Examples:
H A Dgfx9_attr.rst24 Examples:
H A Dgfx1030_attr.rst24 Examples:
H A Dgfx7_attr.rst24 Examples:
H A Dgfx8_attr.rst24 Examples:

1234567891011