Home
last modified time | relevance | path

Searched refs:codegen (Results 1 – 25 of 261) sorted by relevance

1234567891011

/third_party/grpc/include/grpc/
Dmodule.modulemap5 header "impl/codegen/atm.h"
6 header "impl/codegen/byte_buffer.h"
7 header "impl/codegen/byte_buffer_reader.h"
8 header "impl/codegen/compression_types.h"
9 header "impl/codegen/connectivity_state.h"
10 header "impl/codegen/fork.h"
11 header "impl/codegen/gpr_slice.h"
12 header "impl/codegen/gpr_types.h"
13 header "impl/codegen/grpc_types.h"
14 header "impl/codegen/log.h"
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dmeson.build125 'codegen/nv50_ir.cpp',
126 'codegen/nv50_ir_bb.cpp',
127 'codegen/nv50_ir_build_util.cpp',
128 'codegen/nv50_ir_build_util.h',
129 'codegen/nv50_ir_driver.h',
130 'codegen/nv50_ir_emit_nv50.cpp',
131 'codegen/nv50_ir_from_common.cpp',
132 'codegen/nv50_ir_from_common.h',
133 'codegen/nv50_ir_from_nir.cpp',
134 'codegen/nv50_ir_from_tgsi.cpp',
[all …]
/third_party/mindspore/mindspore/lite/micro/coder/
DCMakeLists.txt6 set(CODEGEN_PATH ${CMAKE_BINARY_DIR}/micro/coder/codegen)
8 set(CODEGEN_PATH ${CMAKE_BINARY_DIR}/coder/codegen)
32 add_executable(codegen main.cc ${FILE_SET}) target
33 add_dependencies(codegen fbs_src)
34 add_dependencies(codegen fbs_inner_src)
35 target_link_libraries(codegen PRIVATE ${SECUREC_LIBRARY} wrapper_mid nnacl_mid cpu_ops_mid)
37 target_link_libraries(codegen PRIVATE
/third_party/glib/gio/gdbus-2.0/codegen/
Dmeson.build3 'codegen.py',
18 # Install gdbus-codegen executable
19 gdbus_codegen = configure_file(input : 'gdbus-codegen.in',
20 output : 'gdbus-codegen',
25 meson.override_find_program('gdbus-codegen', gdbus_codegen)
27 codegen_dir = join_paths(glib_datadir, 'glib-2.0', 'codegen')
36 # Copy these into the builddir so that gdbus-codegen can be used uninstalled
/third_party/typescript/tests/baselines/reference/
DcollisionArgumentsFunction.errors.txt34 function f4(arguments: number, ...rest); // no codegen no error
35 function f4(arguments: string, ...rest); // no codegen no error
41 function f42(i: number, ...arguments); // no codegen no error
42 function f42(i: string, ...arguments); // no codegen no error
54 declare function f5(arguments: number, ...rest); // no codegen no error
55 declare function f5(arguments: string, ...rest); // no codegen no error
56 declare function f52(i: number, ...arguments); // no codegen no error
57 declare function f52(i: string, ...arguments); // no codegen no error
58 declare function f6(arguments: number); // no codegen no error
59 declare function f6(arguments: string); // no codegen no error
DcollisionArgumentsFunction.types59 function f4(arguments: number, ...rest); // no codegen no error
64 function f4(arguments: string, ...rest); // no codegen no error
77 function f42(i: number, ...arguments); // no codegen no error
82 function f42(i: string, ...arguments); // no codegen no error
111 declare function f5(arguments: number, ...rest); // no codegen no error
116 declare function f5(arguments: string, ...rest); // no codegen no error
121 declare function f52(i: number, ...arguments); // no codegen no error
126 declare function f52(i: string, ...arguments); // no codegen no error
131 declare function f6(arguments: number); // no codegen no error
135 declare function f6(arguments: string); // no codegen no error
DcollisionArgumentsClassConstructor.types107 constructor(i: number, ...arguments); // no codegen no error
111 constructor(i: string, ...arguments); // no codegen no error
127 constructor(arguments: number, ...rest); // no codegen no error
131 constructor(arguments: string, ...rest); // no codegen no error
164 constructor(i: number, ...arguments); // no codegen no error
168 constructor(i: string, ...arguments); // no codegen no error
175 constructor(arguments: number, ...rest); // no codegen no error
179 constructor(arguments: string, ...rest); // no codegen no error
DcollisionRestParameterFunction.types46 function f4(_i: number, ...rest); // no codegen no error
51 function f4(_i: string, ...rest); // no codegen no error
75 declare function f5(_i: number, ...rest); // no codegen no error
80 declare function f5(_i: string, ...rest); // no codegen no error
85 declare function f6(_i: number); // no codegen no error
89 declare function f6(_i: string); // no codegen no error
DcollisionArgumentsClassMethod.types30 public f4(i: number, ...arguments); // no codegen no error
35 public f4(i: string, ...arguments); // no codegen no error
48 public f41(arguments: number, ...rest); // no codegen no error
53 public f41(arguments: string, ...rest); // no codegen no error
100 public f4(i: number, ...arguments); // no codegen no error
105 public f4(i: string, ...arguments); // no codegen no error
110 public f41(arguments: number, ...rest); // no codegen no error
115 public f41(arguments: string, ...rest); // no codegen no error
DcollisionArgumentsFunction.symbols55 function f4(arguments: number, ...rest); // no codegen no error
60 function f4(arguments: string, ...rest); // no codegen no error
73 function f42(i: number, ...arguments); // no codegen no error
78 function f42(i: string, ...arguments); // no codegen no error
107 declare function f5(arguments: number, ...rest); // no codegen no error
112 declare function f5(arguments: string, ...rest); // no codegen no error
117 declare function f52(i: number, ...arguments); // no codegen no error
122 declare function f52(i: string, ...arguments); // no codegen no error
127 declare function f6(arguments: number); // no codegen no error
131 declare function f6(arguments: string); // no codegen no error
DcollisionArgumentsClassConstructor.symbols101 constructor(i: number, ...arguments); // no codegen no error
105 constructor(i: string, ...arguments); // no codegen no error
121 constructor(arguments: number, ...rest); // no codegen no error
125 constructor(arguments: string, ...rest); // no codegen no error
158 constructor(i: number, ...arguments); // no codegen no error
162 constructor(i: string, ...arguments); // no codegen no error
169 constructor(arguments: number, ...rest); // no codegen no error
173 constructor(arguments: string, ...rest); // no codegen no error
DcollisionRestParameterFunction.symbols42 function f4(_i: number, ...rest); // no codegen no error
47 function f4(_i: string, ...rest); // no codegen no error
71 declare function f5(_i: number, ...rest); // no codegen no error
76 declare function f5(_i: string, ...rest); // no codegen no error
81 declare function f6(_i: number); // no codegen no error
85 declare function f6(_i: string); // no codegen no error
/third_party/skia/src/sksl/
DBUILD.bazel59 "codegen/SkSLCodeGenerator.h",
60 "codegen/SkSLGLSLCodeGenerator.cpp",
61 "codegen/SkSLGLSLCodeGenerator.h",
62 "codegen/SkSLMetalCodeGenerator.cpp",
63 "codegen/SkSLMetalCodeGenerator.h",
64 "codegen/SkSLPipelineStageCodeGenerator.cpp",
65 "codegen/SkSLPipelineStageCodeGenerator.h",
66 "codegen/SkSLSPIRVCodeGenerator.cpp",
67 "codegen/SkSLSPIRVCodeGenerator.h",
68 "codegen/SkSLSPIRVtoHLSL.cpp",
[all …]
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/
DREADME.md24 本教程以MNIST分类模型推理代码为例,帮助用户了解codegen生成代码、编译构建、部署等流程。
46 也可以按照**详细步骤**从生成代码开始逐步完成使用codegen编译一个MNIST分类模型的全流程。
59 └── codegen # 代码生成工具
60 ├── codegen # 可执行程序
75 …ad.mindspore.cn/model_zoo/official/lite/mnist_lite/mnist.ms)。使用Release包中的codegen编译MNIST分类模型,生成对应的x…
78 ./codegen --codePath=. --modelPath=mnist.ms --target=x86
81 codegen在当前目录下将生成mnist目录,其中包含了可编译构建的mnist分类模型的代码。
82 > 关于codegen的更多使用命令说明,可参见[codegen使用说明](https://www.mindspore.cn/lite/docs/zh-CN/r1.5/use/micro.html#…
86 …型推理代码工程,并在x86平台完成部署。上文中codegen生成的代码与`mindspore/mindspore/lite/micro/example/mnist_x86`相同,本章节编译、构建步…
179 本教程中的`benchmark`内部实现主要用于指导用户如何编写以及调用codegen编译的模型推理代码接口。以下为接口调用的详细介绍,详情代码可以参见[examples/mnist_x86](ht…
/third_party/mindspore/mindspore/lite/micro/example/mobilenetv2/
DREADME.md19 本教程以MobileNetv2在安卓手机编译部署为例,使用用户快速了解codegen在安卓平台生成代码、工程构建以及部署的一系列流程。关于converter、codegen的获取以及详细参数介绍可参…
39 codegen编译[MobileNetv2模型](https://download.mindspore.cn/model_zoo/official/lite/mobilenetv2_imagenet…
42 ./codegen --codePath=. --modelPath=mobilenetv2.ms --target=ARM64
45 关于codegen的更多使用命令说明,可参见[codegen工具的详细介绍](https://www.mindspore.cn/lite/docs/zh-CN/r1.5/use/downloads.…
76 └── codegen # 代码生成工具
/third_party/grpc/templates/include/grpc/
Dmodule.modulemap.template14 "include/grpc/impl/codegen/atm_gcc_atomic.h",
15 "include/grpc/impl/codegen/atm_gcc_sync.h",
16 "include/grpc/impl/codegen/atm_windows.h",
17 "include/grpc/impl/codegen/sync_custom.h",
18 "include/grpc/impl/codegen/sync_posix.h",
19 "include/grpc/impl/codegen/sync_windows.h"]
/third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/
DCMakeLists.txt12 set(WRAPPER_LIB ${PKG_PATH}/tools/codegen/lib/libwrapper.a)
13 set(OP_HEADER_PATH ${PKG_PATH}/tools/codegen/include)
25 include_directories(${PKG_PATH}/tools/codegen/third_party/include)
26 include_directories(${PKG_PATH}/tools/codegen/third_party/include/CMSIS/Core/Include)
27 include_directories(${PKG_PATH}/tools/codegen/third_party/include/CMSIS/DSP/Include)
28 include_directories(${PKG_PATH}/tools/codegen/third_party/include/CMSIS/NN/Include)
81 set(CMSIS_LIB ${PKG_PATH}/tools/codegen/third_party/lib/libcmsis_nn.a)
/third_party/glib/gio/tests/
Dmeson.build108 'codegen.py',
234 # Generate gdbus-test-codegen-generated.{c,h}
235 gdbus_test_codegen_generated = custom_target('gdbus-test-codegen-generated',
236 input : ['test-codegen.xml'],
237 output : ['gdbus-test-codegen-generated.h',
238 'gdbus-test-codegen-generated.c'],
243 '--generate-c-code', 'gdbus-test-codegen-generated',
247 '--generate-docbook', 'gdbus-test-codegen-generated-doc',
250 # Generate gdbus-test-codegen-generated-min-required-2-64.{c,h}
251 …gdbus_test_codegen_generated_min_required_2_64 = custom_target('gdbus-test-codegen-generated-min-r…
[all …]
/third_party/grpc/
DBUILD189 "include/grpc++/impl/codegen/core_codegen.h",
238 "include/grpcpp/impl/codegen/core_codegen.h",
471 "include/grpcpp/impl/codegen/sync.h",
573 "include/grpc/impl/codegen/atm.h",
574 "include/grpc/impl/codegen/atm_gcc_atomic.h",
575 "include/grpc/impl/codegen/atm_gcc_sync.h",
576 "include/grpc/impl/codegen/atm_windows.h",
577 "include/grpc/impl/codegen/fork.h",
578 "include/grpc/impl/codegen/gpr_slice.h",
579 "include/grpc/impl/codegen/gpr_types.h",
[all …]
DBUILD.gn56 "include/grpc/impl/codegen/atm.h",
57 "include/grpc/impl/codegen/atm_gcc_atomic.h",
58 "include/grpc/impl/codegen/atm_gcc_sync.h",
59 "include/grpc/impl/codegen/atm_windows.h",
60 "include/grpc/impl/codegen/byte_buffer.h",
61 "include/grpc/impl/codegen/byte_buffer_reader.h",
62 "include/grpc/impl/codegen/compression_types.h",
63 "include/grpc/impl/codegen/connectivity_state.h",
64 "include/grpc/impl/codegen/fork.h",
65 "include/grpc/impl/codegen/gpr_slice.h",
[all …]
/third_party/skia/gn/
Dsksl.gni87 "$_src/sksl/codegen/SkSLVMCodeGenerator.cpp",
88 "$_src/sksl/codegen/SkSLVMCodeGenerator.h",
207 "$_src/sksl/codegen/SkSLCodeGenerator.h",
208 "$_src/sksl/codegen/SkSLGLSLCodeGenerator.cpp",
209 "$_src/sksl/codegen/SkSLGLSLCodeGenerator.h",
210 "$_src/sksl/codegen/SkSLMetalCodeGenerator.cpp",
211 "$_src/sksl/codegen/SkSLMetalCodeGenerator.h",
212 "$_src/sksl/codegen/SkSLPipelineStageCodeGenerator.cpp",
213 "$_src/sksl/codegen/SkSLPipelineStageCodeGenerator.h",
214 "$_src/sksl/codegen/SkSLSPIRVCodeGenerator.cpp",
[all …]
/third_party/grpc/doc/
Dcompression_cookbook.md69 [`grpc/impl/codegen/compression_types.h`](https://github.com/grpc/grpc/blob/master/include/grpc/imp…
85 [`grpc/impl/codegen/compression_types.h`](https://github.com/grpc/grpc/blob/master/include/grpc/imp…
92 [`grpc/impl/codegen/compression_types.h`](https://github.com/grpc/grpc/blob/master/include/grpc/imp…
120 [`grpc/impl/codegen/compression_types.h`](https://github.com/grpc/grpc/blob/master/include/grpc/imp…
133 [`grpc/impl/codegen/compression_types.h`](https://github.com/grpc/grpc/blob/master/include/grpc/imp…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp187 LLVMCodeGenFileType codegen, in LLVMTargetMachineEmit() argument
199 switch (codegen) { in LLVMTargetMachineEmit()
220 char* Filename, LLVMCodeGenFileType codegen, char** ErrorMessage) { in LLVMTargetMachineEmitToFile() argument
227 bool Result = LLVMTargetMachineEmit(T, M, dest, codegen, ErrorMessage); in LLVMTargetMachineEmitToFile()
233 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer() argument
237 bool Result = LLVMTargetMachineEmit(T, M, OStream, codegen, ErrorMessage); in LLVMTargetMachineEmitToMemoryBuffer()
/third_party/node/tools/inspector_protocol/jinja2/
Dmeta.py55 codegen = TrackingCodeGenerator(ast.environment)
56 codegen.visit(ast)
57 return codegen.undeclared_identifiers
/third_party/jinja2/
Dmeta.py48 codegen = TrackingCodeGenerator(ast.environment)
49 codegen.visit(ast)
50 return codegen.undeclared_identifiers

1234567891011