Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc1458 int num_start_indices = op.start_indices().size(); in Verify() local
1459 if (num_start_indices != num_slice_sizes) { in Verify()
1462 << ") and number of start indices (" << num_start_indices << ")"; in Verify()