Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc640 int64_t tensor_ty_size = 1; in GetReshapeOutputType() local
644 tensor_ty_size *= dim; in GetReshapeOutputType()
650 const int64_t missing_dim = tensor_ty_size / shape_ty_size; in GetReshapeOutputType()
651 if (!tensor_ty_zero_dim && shape_ty_size * missing_dim != tensor_ty_size) in GetReshapeOutputType()
655 shape_ty_size, tensor_ty_size)); in GetReshapeOutputType()
682 const int64_t tensor_ty_size = tensor_ty.getNumElements(); in Verify() local
683 if (tensor_ty_size != output_ty_size) in Verify()
686 << output_ty_size << " and " << tensor_ty_size; in Verify()