Browse Source

reverse reduce precision support int64 to int32

tags/v1.1.0
liubuyu 5 years ago
parent
commit
9f7921a663
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      mindspore/ccsrc/runtime/device/ascend/kernel_select_ascend.cc

+ 0
- 6
mindspore/ccsrc/runtime/device/ascend/kernel_select_ascend.cc View File

@@ -183,12 +183,6 @@ void AddSupportMixedPrecisionDataTypeIndex(TypeId data_type, std::vector<int> *s
case kNumberTypeFloat:
index = 1;
break;
case kNumberTypeInt32:
index = 0;
break;
case kNumberTypeInt64:
index = 1;
break;
default:
break;
}


Loading…
Cancel
Save