Skip to content

Commit

Permalink
Update on "[ONNX] Add logical_and, logical_or, logical_xor torch op s…
Browse files Browse the repository at this point in the history
…upport in pytorch exporter (#50570)"


Fixes #{}
Add logical_and, logical_or, logical_xor torch op support in pytorch exporter.

Differential Revision: [D26050884](https://our.internmc.facebook.com/intern/diff/D26050884)

[ghstack-poisoned]
  • Loading branch information
BowenBao committed Jan 25, 2021
2 parents 6896d80 + 46882b8 commit deb8a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch/csrc/jit/passes/onnx/shape_type_inference.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#pragma once

#include <torch/csrc/jit/ir/ir.h>
#include <torch/csrc/jit/python/python_arg_flatten.h>
#include <torch/csrc/jit/passes/onnx/helper.h>
#include <torch/csrc/jit/python/python_arg_flatten.h>

namespace torch {
namespace jit {
Expand Down

0 comments on commit deb8a09

Please sign in to comment.