Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc271 auto get_const_int = [](Value value, int expected_rank) -> Optional<int64_t> { in fold() local
289 if (auto dim = get_const_int(operand, /*expected_rank=*/0)) { in fold()
298 auto begin = get_const_int(slice_op.begin(), /*expected_rank=*/1); in fold()
299 auto end = get_const_int(slice_op.end(), /*expected_rank=*/1); in fold()
300 auto strides = get_const_int(slice_op.strides(), /*expected_rank=*/1); in fold()