Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc1378 int64_t shape_ty_size = 1; in GetReshapeOutputType() local
1397 shape_ty_size *= size; in GetReshapeOutputType()
1425 const int64_t missing_dim = input_ty_size / shape_ty_size; in GetReshapeOutputType()
1426 if (!input_ty_zero_dim && shape_ty_size * missing_dim != input_ty_size) in GetReshapeOutputType()
1430 shape_ty_size, input_ty_size)); in GetReshapeOutputType()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc606 int64_t shape_ty_size = 1; in GetReshapeOutputType() local
622 shape_ty_size *= size; 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()