onnxruntime/include/onnxruntime/core
Scott McKay bd2d6af9ca
Filter out info from non-const initializers during shape inferencing (#1806)
* Don't return shape for non-const initializer in InferenceContextImpl::getInputType
Don't return initializer for non-const initializer in InferenceContextImpl::getInputData
Update graph_utils to support these scenarios
  - fix GetConstantInitializer to make sure a name is for an outer scope value before checking a parent graph, as local name could shadow an outer scope initializer.
2019-09-26 13:44:33 +10:00
..
common Remove ml_status.h, add StatusCode to pybind exception mappings (#1889) 2019-09-24 11:13:14 -07:00
framework Filter out info from non-const initializers during shape inferencing (#1806) 2019-09-26 13:44:33 +10:00
graph Filter out info from non-const initializers during shape inferencing (#1806) 2019-09-26 13:44:33 +10:00
optimizer Implement L1 graph transformer for free dimension override (#1825) 2019-09-20 10:52:14 -07:00
platform Remove TaskThreadPool (#1713) 2019-08-28 18:00:10 -07:00
providers Fix symbolic shape inference for faster_rcnn, mask_rcnn, yolov3 (#1867) 2019-09-18 14:18:32 -07:00
session Remove ml_status.h, add StatusCode to pybind exception mappings (#1889) 2019-09-24 11:13:14 -07:00