Internal change on comments.
PiperOrigin-RevId: 338204483 Change-Id: Iabbc1e5b3eb6c9bf11d4e08c074d7baf3d8f5d69
This commit is contained in:
parent
9f51b98f0b
commit
c0de5b2aec
@ -1441,9 +1441,6 @@ TfLiteStatus ParseReshape(const Operator* op, ErrorReporter* error_reporter,
|
||||
|
||||
if (schema_params != nullptr) {
|
||||
const flatbuffers::Vector<int32_t>* new_shape = schema_params->new_shape();
|
||||
// TODO(b/147203660): We need to figure out when dynamic reshape
|
||||
// (new_shape is a tensor) happens, why the option is not a nullptr.
|
||||
// But nonethless, we should only copy when new_shape is not a nullptr.
|
||||
if (new_shape != nullptr) {
|
||||
TF_LITE_ENSURE_STATUS(
|
||||
FlatBufferIntVectorToArray(sizeof(params->shape), new_shape,
|
||||
|
Loading…
Reference in New Issue
Block a user