Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
1d36daea
Unverified
Commit
1d36daea
authored
Oct 25, 2019
by
Scott Cyphers
Committed by
GitHub
Oct 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mac clang compiler error (#3806)
parent
7fd2f40f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
lstm_sequence.hpp
src/ngraph/op/fused/lstm_sequence.hpp
+7
-7
No files found.
src/ngraph/op/fused/lstm_sequence.hpp
View file @
1d36daea
...
...
@@ -156,13 +156,13 @@ namespace ngraph
// Split(bi-directional) and squeeze input data to remove 'num_direction' dimension.
std
::
shared_ptr
<
Node
>
prepare_input
(
Output
<
Node
>
node
,
bool
is_reverse
)
const
;
const
std
::
vector
<
float
>
m_activations_alpha
;
const
std
::
vector
<
float
>
m_activations_beta
;
const
std
::
vector
<
std
::
string
>
m_activations
;
const
float
m_clip_threshold
;
const
direction
m_direction
;
const
std
::
int64_t
m_hidden_size
;
const
bool
m_input_forget
;
std
::
vector
<
float
>
m_activations_alpha
;
std
::
vector
<
float
>
m_activations_beta
;
std
::
vector
<
std
::
string
>
m_activations
;
float
m_clip_threshold
;
direction
m_direction
;
std
::
int64_t
m_hidden_size
;
bool
m_input_forget
;
};
}
// namespace op
}
// namespace ngraph
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment