MCPcopy 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 &parameter_names_.at(index);
299 }
300 void add_parameter_names(const string& value) {
301 parameter_names_.push_back(value);
302 }

Callers 1

GetProgramShapeMethod · 0.80

Calls 1

atMethod · 0.45

Tested by

no test coverage detected