|
|
@@ -22,7 +22,7 @@ |
|
|
namespace ge { |
|
|
namespace ge { |
|
|
class PARSER_FUNC_VISIBILITY TensorFlowSqueezeParser : public TensorFlowOpParser { |
|
|
class PARSER_FUNC_VISIBILITY TensorFlowSqueezeParser : public TensorFlowOpParser { |
|
|
public: |
|
|
public: |
|
|
Status ParseParams(const Message *op_src, ge::OpDescPtr &op_dest) override; |
|
|
|
|
|
|
|
|
Status ParseParams(const Message *op_src, ge::OpDescPtr &op) override; |
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
static Status ParseDesc(const domi::tensorflow::AttrValue &attr_value, ge::GeTensorDesc &ge_desc); |
|
|
static Status ParseDesc(const domi::tensorflow::AttrValue &attr_value, ge::GeTensorDesc &ge_desc); |
|
|
|