|
|
|
@@ -61,7 +61,7 @@ Status TensorFlowAutoMappingParserAdapter::ParseParams(const Message *op_src, ge |
|
|
|
if (TensorFlowUtil::FindAttrValue(node, kShapeAttrDtype, attr)) { |
|
|
|
ge::DataType data_type = domi::TensorAssign::ConvertTensorflowDataType(static_cast<uint32_t>(attr.type())); |
|
|
|
AttrUtils::SetInt(op_dest, kShapeAttrDtype, data_type); |
|
|
|
GETLOGD("Get dtype:%d success.", data_type); |
|
|
|
GELOGD("Get dtype:%d success.", data_type); |
|
|
|
} else { |
|
|
|
GELOGW("Get dtype failed!"); |
|
|
|
} |
|
|
|
|