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
fd8da4ee
Commit
fd8da4ee
authored
Feb 13, 2018
by
Ashok Emani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove temp files
parent
8a1b07a9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
48 deletions
+0
-48
Function_0_codegen.cpp
src/tools/cpu_codegen/Function_0_codegen.cpp
+0
-48
No files found.
src/tools/cpu_codegen/Function_0_codegen.cpp
deleted
100644 → 0
View file @
8a1b07a9
// Generated by the NGraph CPU backend
#include <cmath>
#include <tbb/flow_graph.h>
#include <Eigen/Dense>
#include "ngraph/runtime/aligned_buffer.hpp"
#include "ngraph/runtime/cpu/cpu_eigen_utils.hpp"
#include "ngraph/runtime/cpu/cpu_kernels.hpp"
#include "ngraph/runtime/kernel/avg_pool.hpp"
#include "ngraph/runtime/kernel/broadcast.hpp"
#include "ngraph/runtime/kernel/concat.hpp"
#include "ngraph/runtime/kernel/convolution.hpp"
#include "ngraph/runtime/kernel/dot.hpp"
#include "ngraph/runtime/kernel/max_pool.hpp"
#include "ngraph/runtime/kernel/not.hpp"
#include "ngraph/runtime/kernel/one_hot.hpp"
#include "ngraph/runtime/kernel/pad.hpp"
#include "ngraph/runtime/kernel/reduce.hpp"
#include "ngraph/runtime/kernel/reduce_window.hpp"
#include "ngraph/runtime/kernel/replace_slice.hpp"
#include "ngraph/runtime/kernel/reverse.hpp"
#include "ngraph/runtime/kernel/select_and_scatter.hpp"
#include "ngraph/runtime/kernel/slice.hpp"
#include "ngraph/runtime/kernel/sum.hpp"
#include "ngraph/util.hpp"
using
namespace
ngraph
::
runtime
::
cpu
::
eigen
;
using
namespace
ngraph
::
runtime
;
void
*
__dso_handle
=
0
;
// Declare all constants
// Declare all functions
extern
"C"
void
Function_0
(
void
**
inputs
,
void
**
outputs
);
extern
"C"
void
Function_0
(
void
**
inputs
,
void
**
outputs
)
{
{
// Multiply_2
#pragma omp parallel for
for
(
size_t
i
=
0
;
i
<
4
;
i
++
)
{
((
float
*
)(
outputs
[
0
]))[
i
]
=
((
float
*
)(
inputs
[
0
]))[
i
]
*
((
float
*
)(
inputs
[
1
]))[
i
];
}
}
}
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