Browse Source

Transdata

tags/v1.3.0
zk 4 years ago
parent
commit
6ef4fa860c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ge/common/formats/format_transfers/format_transfer_fractal_z.cc

+ 1
- 1
ge/common/formats/format_transfers/format_transfer_fractal_z.cc View File

@@ -277,7 +277,7 @@ Status TransFormatHwcnToFzWithGroups(const TransArgs &args, TransResult &result,
GELOGE(GRAPH_FAILED, GELOGE(GRAPH_FAILED,
"Cin_ori, cout_ori must not be equal 0, " "Cin_ori, cout_ori must not be equal 0, "
"and current cin_ori, cout_ori, groups are %ld %ld %ld", "and current cin_ori, cout_ori, groups are %ld %ld %ld",
in_ori, cout_ori, groups);
cin_ori, cout_ori, groups);
return GRAPH_FAILED; return GRAPH_FAILED;
} }
const int64_t cube_k = args.src_data_type == DT_INT8 ? 32 : 16; const int64_t cube_k = args.src_data_type == DT_INT8 ? 32 : 16;


Loading…
Cancel
Save