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

Method parameters_size

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

Methods for accessing and manipulating the Shape of the parameters.

Source from the content-addressed store, hash-verified

272
273 // Methods for accessing and manipulating the Shape of the parameters.
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() {

Callers 15

CompileMethod · 0.80
XlaCompiledProgramShapeFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
TESTFunction · 0.80
CompileMethod · 0.80
CompileXlaFunction · 0.80
GenArgMethodsFunction · 0.80
GenVariableMethodsFunction · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80
CompileExecutableFunction · 0.80

Calls 1

sizeMethod · 0.45

Tested by 7

XlaCompiledProgramShapeFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
TESTFunction · 0.64
TESTFunction · 0.64
TEST_FFunction · 0.64
ProgramShapesEqualFunction · 0.64