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

Method copy_shape

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

Source from the content-addressed store, hash-verified

2246 return array_shape.get();
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

Calls

no outgoing calls

Tested by

no test coverage detected