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 {
151151 XCTAssertNotNil (debuggingResults[make_path_with_output_name (" aten__native_batch_norm_legit_no_training_default_13_cast_fp16" )]);
152152 XCTAssertNotNil (debuggingResults[make_path_with_output_name (" _inversed_aten_div_tensor_24_cast_fp16" )]);
153153 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" )]);
155154 XCTAssertNotNil (debuggingResults[make_path_with_output_name (" aten__native_batch_norm_legit_no_training_default_22_cast_fp16" )]);
156155 XCTAssertNotNil (debuggingResults[make_path_with_output_name (" aten_mul_tensor_27_cast_fp16" )]);
157156}
Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ - (void)testMV3ProgramProfiling {
146146 XCTAssertNotNil (profilingResult[make_path_with_output_name (" aten__native_batch_norm_legit_no_training_default_13_cast_fp16" )]);
147147 XCTAssertNotNil (profilingResult[make_path_with_output_name (" _inversed_aten_div_tensor_24_cast_fp16" )]);
148148 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" )]);
150149 XCTAssertNotNil (profilingResult[make_path_with_output_name (" aten__native_batch_norm_legit_no_training_default_22_cast_fp16" )]);
151150 XCTAssertNotNil (profilingResult[make_path_with_output_name (" aten_mul_tensor_27_cast_fp16" )]);
152151 };
You can’t perform that action at this time.
0 commit comments