MCPcopy 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 &parameter_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

CompileMethod · 0.80
GenerateMetadataFunction · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected