Skip to content

Commit 14bfecc

Browse files
committed
Update java test
Signed-off-by: Raasz, Pawel <[email protected]>
1 parent 5726348 commit 14bfecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/java_api/src/test/java/org/intel/openvino/CompiledModelTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public void testOutputs() {
3434
List<Output> outputs = model.outputs();
3535

3636
assertEquals("fc_out", outputs.get(0).get_any_name());
37-
assertEquals(ElementType.f32, outputs.get(0).get_element_type());
37+
assertEquals(ElementType.f16, outputs.get(0).get_element_type());
3838

3939
int[] shape = new int[] {1, 10};
4040
assertArrayEquals("Shape", shape, outputs.get(0).get_shape());

0 commit comments

Comments
 (0)