Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ clear_parameter_names
Method
clear_parameter_names
tensorflow/compiler/xla/shape.h:307–307 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
return ¶meter_names_.back();
306
}
307
void clear_parameter_names() { parameter_names_.clear(); }
308
const std::vector<string>& parameter_names() const {
309
return parameter_names_;
310
}
Callers
2
Compile
Method · 0.80
GenerateMetadata
Function · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected