Skip to content

Commit

Permalink
Move third_party to top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleary committed Jun 26, 2017
1 parent e81872c commit 9d3078a
Show file tree
Hide file tree
Showing 144 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pytorch_ctc/src/ctc_beam_entry.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
#include <algorithm>
#include <vector>

#include "third_party/eigen3/Eigen/Core"
#include "Eigen/Core"
//#include "tensorflow/core/platform/logging.h"
//#include "tensorflow/core/platform/macros.h"
//#include "tensorflow/core/platform/types.h"
Expand Down
2 changes: 1 addition & 1 deletion pytorch_ctc/src/ctc_beam_search.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ limitations under the License.
#include <cmath>
#include <memory>

#include "third_party/eigen3/Eigen/Core"
#include "Eigen/Core"
//#include "tensorflow/core/lib/core/errors.h"
#include "util/top_n.h"
//#include "tensorflow/core/platform/logging.h"
Expand Down
2 changes: 1 addition & 1 deletion pytorch_ctc/src/ctc_decoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ limitations under the License.
#ifndef PYTORCH_CONTRIB_CTC_CTC_DECODER_H_
#define PYTORCH_CONTRIB_CTC_CTC_DECODER_H_

#include "third_party/eigen3/Eigen/Core"
#include "Eigen/Core"
#include "util/status.h"
//#include "tensorflow/core/lib/core/errors.h"
//#include "tensorflow/core/lib/core/status.h"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
language='c++',
headers=headers,
sources=sources,
include_dirs=["third_party/eigen3"],
with_cuda=False,
extra_compile_args=['-std=c++11', '-fPIC', '-w']
)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9d3078a

Please sign in to comment.