Browse Source

update op info config file for serving

feature/build-system-rewrite
LaiYongqiang 4 years ago
parent
commit
374f6dfa31
3 changed files with 70 additions and 5 deletions
  1. +69
    -3
      config/op_info.config
  2. +1
    -1
      mindspore/python/mindspore/ops/_op_impl/tbe/tensor_move.py
  3. +0
    -1
      tests/st/control/inner/test_120_if_after_while_in_if.py

+ 69
- 3
config/op_info.config
File diff suppressed because it is too large
View File


+ 1
- 1
mindspore/python/mindspore/ops/_op_impl/tbe/tensor_move.py View File

@@ -33,7 +33,7 @@ tensor_move_op_info = TBERegOp("TensorMove") \
.dtype_format(DataType.I64_None, DataType.I64_None) \
.dtype_format(DataType.F16_None, DataType.F16_None) \
.dtype_format(DataType.F32_None, DataType.F32_None) \
.dtype_format(DataType.F64_None, DataType.F32_None) \
.dtype_format(DataType.F64_None, DataType.F64_None) \
.dtype_format(DataType.U8_None, DataType.U8_None) \
.dtype_format(DataType.U16_None, DataType.U16_None) \
.dtype_format(DataType.U32_None, DataType.U32_None) \


+ 0
- 1
tests/st/control/inner/test_120_if_after_while_in_if.py View File

@@ -77,7 +77,6 @@ def test_forward():

@pytest.mark.level0
@pytest.mark.platform_x86_gpu_training
@pytest.mark.platform_x86_cpu
@pytest.mark.platform_arm_ascend_training
@pytest.mark.platform_x86_ascend_training
@pytest.mark.env_onecard


Loading…
Cancel
Save