code cleanup

This commit is contained in:
Mustafa Cavus 2026-01-09 11:05:25 -08:00
parent d2fc15226b
commit 981ec6571d
1 changed files with 0 additions and 3 deletions

View File

@ -63,9 +63,6 @@ OutputVector translate_rope(const NodeContext & context) {
ov::element::i64, {4}, std::vector<int64_t>{1, -1, (int64_t) output_shape[2], (int64_t) output_shape[3]});
data_node = std::make_shared<ov::op::v1::Reshape>(data_node, data_shape, false);
}
//auto data_shape = ov::op::v0::Constant::create(
// ov::element::i64, {4}, std::vector<int64_t>{1, -1, (int64_t) output_shape[2], (int64_t) output_shape[3]});
//data_node = std::make_shared<ov::op::v1::Reshape>(data_node, data_shape, false);
}
const int mode = op_params[2];