MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / HasInputProperties

Method HasInputProperties

tensorflow/core/grappler/costs/graph_properties.cc:2429–2431  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2427}
2428
2429bool GraphProperties::HasInputProperties(const string& node_name) const {
2430 return input_properties_.find(node_name) != input_properties_.end();
2431}
2432
2433bool GraphProperties::HasOutputProperties(const string& node_name) const {
2434 return output_properties_.find(node_name) != output_properties_.end();

Callers 8

PrintNodeInfoMethod · 0.80
GetInputPropertiesFunction · 0.80
RemoveReverseMethod · 0.80
SimplifySliceMethod · 0.80
IsSupportedMethod · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected