Skip to content

Commit

Permalink
Update jit_eltwise_emitters.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xyz-harshal authored Jan 3, 2025
1 parent ce52dab commit 9d1b2bf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,10 @@ class jit_negative_emitter : public jit_emitter {
jit_negative_emitter(dnnl::impl::cpu::x64::jit_generator* host,
dnnl::impl::cpu::x64::cpu_isa_t host_isa,
ov::element::Type exec_prc = ov::element::f32);
jit_negative_emitter(dnnl::impl::cpu::x64::jit_generator* host,
dnnl::impl::cpu::x64::cpu_isa_t host_isa,
const std::shared_ptr<ov::Node>& n,
ov::element::Type exec_prc = ov::element::f32);

size_t get_inputs_num() const override;
static std::set<std::vector<element::Type>> get_supported_precisions(
Expand Down

0 comments on commit 9d1b2bf

Please sign in to comment.