Project import generated by Copybara.
GitOrigin-RevId: d8caa66de45839696f5bd0786ad3bfbcb9cff632
This commit is contained in:
@@ -28,7 +28,7 @@ namespace mediapipe {
|
||||
class GraphValidation {
|
||||
public:
|
||||
// Validates the specified CalculatorGraphConfig.
|
||||
::mediapipe::Status Validate(
|
||||
mediapipe::Status Validate(
|
||||
const CalculatorGraphConfig& config,
|
||||
const std::map<std::string, Packet>& side_packets = {}) {
|
||||
return graph_.Initialize(config, side_packets);
|
||||
@@ -40,7 +40,7 @@ class GraphValidation {
|
||||
// CalclatorGraphConfig.type. A subgraph can be validated directly by
|
||||
// specifying its type in |graph_type|. A template graph can be validated
|
||||
// directly by specifying its template arguments in |arguments|.
|
||||
::mediapipe::Status Validate(
|
||||
mediapipe::Status Validate(
|
||||
const std::vector<CalculatorGraphConfig>& configs,
|
||||
const std::vector<CalculatorGraphTemplate>& templates,
|
||||
const std::map<std::string, Packet>& side_packets = {},
|
||||
|
||||
Reference in New Issue
Block a user