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

Method mutable_dims

tensorflow/lite/toco/model.h:342–342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340
341 const std::vector<int>& dims() const { return dims_; }
342 std::vector<int>* mutable_dims() { return &dims_; }
343 const int dimensions_count() const { return dims_.size(); }
344
345 // We still have that one convenience accessor to avoid

Callers 15

ExtendShapeFunction · 0.80
UnextendShapeFunction · 0.80
ResolveModelFlagsFunction · 0.80
ShuffleDimsFunction · 0.80
UseArraysExtraInfoFunction · 0.80
ImportShapeFunction · 0.80
CreateConstArrayFunction · 0.80
RunMethod · 0.80
RunMethod · 0.80

Calls

no outgoing calls

Tested by 7

PrepareModelMethod · 0.64
RunResolveSumFunction · 0.64
CreateArrayMethod · 0.64
CreateArrayMethod · 0.64
RunIdentifyL2PoolFunction · 0.64