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

Method mutable_parameters

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

Source from the content-addressed store, hash-verified

274 int parameters_size() const { return parameters_.size(); }
275 const Shape& parameters(int index) const { return parameters_.at(index); }
276 Shape* mutable_parameters(int index) { return &parameters_.at(index); }
277 Shape* add_parameters() {
278 parameters_.emplace_back();
279 return &parameters_.back();

Callers 4

CompileXlaFunction · 0.80
SetToDefaultLayoutMethod · 0.80
ClearLayoutMethod · 0.80
GetProgramShapeMethod · 0.80

Calls 1

atMethod · 0.45

Tested by

no test coverage detected