| 2431 | } |
| 2432 | |
| 2433 | bool GraphProperties::HasOutputProperties(const string& node_name) const { |
| 2434 | return output_properties_.find(node_name) != output_properties_.end(); |
| 2435 | } |
| 2436 | |
| 2437 | const std::vector<OpInfo::TensorProperties>& |
| 2438 | GraphProperties::GetInputProperties(const string& node_name) const { |
no test coverage detected