Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc776 int64_t shape_ty_size = 1; in GetReshapeOutputType() local
792 shape_ty_size *= size; in GetReshapeOutputType()
820 const int64_t missing_dim = tensor_ty_size / shape_ty_size; in GetReshapeOutputType()
821 if (!tensor_ty_zero_dim && shape_ty_size * missing_dim != tensor_ty_size) in GetReshapeOutputType()
825 shape_ty_size, tensor_ty_size)); in GetReshapeOutputType()
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc1784 int64_t shape_ty_size = 1; in GetReshapeOutputType() local
1803 shape_ty_size *= size; in GetReshapeOutputType()
1831 const int64_t missing_dim = input_ty_size / shape_ty_size; in GetReshapeOutputType()
1832 if (!input_ty_zero_dim && shape_ty_size * missing_dim != input_ty_size) in GetReshapeOutputType()
1836 shape_ty_size, input_ty_size)); in GetReshapeOutputType()