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

Method HasOutputProperties

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

Source from the content-addressed store, hash-verified

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

Callers 9

PrintNodeInfoMethod · 0.80
GetOutputPropertiesFunction · 0.80
IsFoldableMethod · 0.80
IsSupportedMethod · 0.80
SchedulingPassFunction · 0.80
CheckTypesAndGetShapesFunction · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected