onnxruntime/include/onnxruntime/core/framework
Changming Sun 7c89f38a34
Fix static analysis warnings found by VC++ (#3530)
1. Fix static analysis warnings found by VC++
2. Add a new pipeline for static analysis
3. Merge all the windows CI build into one single yaml file.(Easier to queue them all).
4. Make DNNL build faster by disabling building the tests and examples.
5. Enable custom op unitest.
2020-04-16 01:46:47 -07:00
..
alloc_kind.h Avoid copy of pre-existing value to subgraph output (#637) 2019-03-19 06:55:59 +10:00
allocator.h Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
customregistry.h CustomRegistry should use composition instead of inheritence 2019-04-05 14:14:10 -07:00
data_types.h Introduce container type runtime checks and other improvements (#2522) 2019-12-04 16:04:17 -08:00
data_types_internal.h Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
endian.h Edgchen1/endian utils (#2181) 2019-10-21 22:28:35 -07:00
execution_provider.h Avoid using the default logger in the graph lib and optimizers (#2361) 2019-11-14 13:23:28 -08:00
fence.h Remove unnecessary casts from OrtValue to MLValue(#1051) 2019-05-17 07:52:59 -07:00
framework_common.h Combine OrtValue and MLValue into one type (#1043) 2019-05-16 10:22:49 -07:00
func_api.h Ryanunderhill/api interface (#1855) 2019-09-20 13:39:11 -07:00
kernel_def_builder.h Generate documentation from the registered operator kernels (#1395) 2019-08-14 18:12:24 -07:00
kernel_registry.h Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
ml_value.h Introduce container type runtime checks and other improvements (#2522) 2019-12-04 16:04:17 -08:00
op_kernel.h Fix static analysis warnings found by VC++ (#3530) 2020-04-16 01:46:47 -07:00
op_kernel_info.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
op_node_proto_helper.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
run_options.h Add/correct missing SAL annotations + avoid using unsigned types (except where counts are involved). (#1451) 2019-07-22 23:25:53 -07:00
sparse_tensor.h Replace GSL with GSL-LITE submodule and fix up refs (#1920) 2019-10-01 12:43:29 -07:00
tensor.h Fix some warnings on Windows (#2560) 2020-01-22 15:59:11 -08:00
tensor_shape.h Filter out info from non-const initializers during shape inferencing (#1806) 2019-09-26 13:44:33 +10:00