|
@@ -75,7 +75,7 @@ class SingleOpParser { |
|
|
std::string tensor_name; |
|
|
std::string tensor_name; |
|
|
std::string format; |
|
|
std::string format; |
|
|
std::string dtype; |
|
|
std::string dtype; |
|
|
} |
|
|
|
|
|
|
|
|
}; |
|
|
|
|
|
|
|
|
static Status ReadJsonFile(const std::string &file, nlohmann::json &json_obj); |
|
|
static Status ReadJsonFile(const std::string &file, nlohmann::json &json_obj); |
|
|
static bool Validate(const SingleOpDesc &op_desc); |
|
|
static bool Validate(const SingleOpDesc &op_desc); |
|
|