File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
backends/apple/coreml/runtime/test Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,6 @@ - (void)testMV3ProgramDebugging {
151
151
XCTAssertNotNil (debuggingResults[make_path_with_output_name (" aten__native_batch_norm_legit_no_training_default_13_cast_fp16" )]);
152
152
XCTAssertNotNil (debuggingResults[make_path_with_output_name (" _inversed_aten_div_tensor_24_cast_fp16" )]);
153
153
XCTAssertNotNil (debuggingResults[make_path_with_output_name (" aten_mean_dim_7_cast_fp16" )]);
154
- XCTAssertNotNil (debuggingResults[make_path_with_output_name (" aten_clamp_default_54_cast_fp16" )]);
155
154
XCTAssertNotNil (debuggingResults[make_path_with_output_name (" aten__native_batch_norm_legit_no_training_default_22_cast_fp16" )]);
156
155
XCTAssertNotNil (debuggingResults[make_path_with_output_name (" aten_mul_tensor_27_cast_fp16" )]);
157
156
}
Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ - (void)testMV3ProgramProfiling {
146
146
XCTAssertNotNil (profilingResult[make_path_with_output_name (" aten__native_batch_norm_legit_no_training_default_13_cast_fp16" )]);
147
147
XCTAssertNotNil (profilingResult[make_path_with_output_name (" _inversed_aten_div_tensor_24_cast_fp16" )]);
148
148
XCTAssertNotNil (profilingResult[make_path_with_output_name (" aten_mean_dim_7_cast_fp16" )]);
149
- XCTAssertNotNil (profilingResult[make_path_with_output_name (" aten_clamp_default_54_cast_fp16" )]);
150
149
XCTAssertNotNil (profilingResult[make_path_with_output_name (" aten__native_batch_norm_legit_no_training_default_22_cast_fp16" )]);
151
150
XCTAssertNotNil (profilingResult[make_path_with_output_name (" aten_mul_tensor_27_cast_fp16" )]);
152
151
};
You can’t perform that action at this time.
0 commit comments