Home
last modified time | relevance | path

Searched refs:missing_dim (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc1425 const int64_t missing_dim = input_ty_size / shape_ty_size; in GetReshapeOutputType() local
1426 if (!input_ty_zero_dim && shape_ty_size * missing_dim != input_ty_size) in GetReshapeOutputType()
1434 output_ty_shape[unknown_index] = missing_dim; in GetReshapeOutputType()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc650 const int64_t missing_dim = tensor_ty_size / shape_ty_size; in GetReshapeOutputType() local
651 if (!tensor_ty_zero_dim && shape_ty_size * missing_dim != tensor_ty_size) in GetReshapeOutputType()
659 output_ty_shape[unknown_index] = missing_dim; in GetReshapeOutputType()