Skip to content

Commit

Permalink
fix float 16 - update hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes committed Jan 30, 2024
1 parent ccc9e92 commit 3c54e57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/plugins/intel_cpu/src/nodes/executors/acl/acl_deconv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,11 @@

#include "acl_deconv.hpp"
#include "openvino/core/parallel.hpp"
#include "src/cpu/CpuTypes.h"

namespace ov {
namespace intel_cpu {

using namespace arm_compute;
using arm_compute::float16_t;

ACLDeconvTensorInfo getACLDeconvTensorInfo(const DeconvAttrs& deconvAttrs,
const std::vector<MemoryDescPtr>& srcDescs,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include "arm_compute/runtime/NEON/NEFunctions.h"
#include "utils/debug_capabilities.h"
#include "acl_utils.hpp"
#include "src/cpu/CpuTypes.h"

namespace ov {
namespace intel_cpu {
Expand Down

0 comments on commit 3c54e57

Please sign in to comment.