Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ mutable_parameter_names
Method
mutable_parameter_names
tensorflow/compiler/xla/shape.h:297–299 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
parameter_names_.at(index) = value;
296
}
297
string* mutable_parameter_names(int index) {
298
return ¶meter_names_.at(index);
299
}
300
void add_parameter_names(const string& value) {
301
parameter_names_.push_back(value);
302
}
Callers
1
GetProgramShape
Method · 0.80
Calls
1
at
Method · 0.45
Tested by
no test coverage detected