onnxruntime/onnxruntime/core/language_interop_ops
Dmitri Smirnov 75f241d02c
Enhance compatibility with proto3 and replace or abstract has_*() methods. (#1778)
Enhance proto3 compatibility.
  Replace has_*() method to corresponding enum handling so we can deal with
  proto3 generated stream from proto2 code.
  Add utility wrappers for remaining has_*() methods so we can
  easily deal with them if/when we switch to proto3.
2019-09-09 14:07:30 -07:00
..
pyop Enhance compatibility with proto3 and replace or abstract has_*() methods. (#1778) 2019-09-09 14:07:30 -07:00
language_interop_ops.cc Enhance compatibility with proto3 and replace or abstract has_*() methods. (#1778) 2019-09-09 14:07:30 -07:00
language_interop_ops.h implement python opeartor (#1045) 2019-06-07 11:50:23 -07:00