Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for get_const_int (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        if (auto dim = get_const_int(operand, /*expected_rank=*/0)) {
          packed_dims.push_back(*dim);
        } else {
          return {};
        }
      }
    
      // Slice exactly the first shape dimension:
      //   begin = [0] end = [1], strides = [1]
      auto begin = get_const_int(slice_op.getBegin(), /*expected_rank=*/1);
      auto end = get_const_int(slice_op.getEnd(), /*expected_rank=*/1);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top