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

Method parameter_names_size

tensorflow/compiler/xla/shape.h:290–290  ·  view source on GitHub ↗

Methods for accessing and manipulating the names of the parameters.

Source from the content-addressed store, hash-verified

288
289 // Methods for accessing and manipulating the names of the parameters.
290 int parameter_names_size() const { return parameter_names_.size(); }
291 const string& parameter_names(int index) const {
292 return parameter_names_.at(index);
293 }

Callers 2

TEST_FFunction · 0.80
HumanStringMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by 1

TEST_FFunction · 0.64