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

Method clear_shape

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

Source from the content-addressed store, hash-verified

2247 }
2248 void copy_shape(const Shape& src_shape) { *mutable_shape() = src_shape; }
2249 void clear_shape() { array_shape = nullptr; }
2250
2251 // The constant buffer backing this array. This is non-null if and only if
2252 // this is a constant parameter array. Conversely, this is null for

Callers 5

UseArraysExtraInfoFunction · 0.80
RunMethod · 0.80
RunMethod · 0.80
RunMethod · 0.80
TFGraphNodeClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected