Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for input_type (0.15 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/shape_inference.cc

        ArrayRef<int64_t> shape = arg_shapes[i];
        Type element_type;
        if (auto input_ty =
                mlir::dyn_cast<RankedTensorType>(func_type.getInput(i))) {
          if (input_ty.getRank() != shape.size()) {
            return failure();
          }
          element_type = input_ty.getElementType();
        } else {
          auto unranked_input_ty =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 07:28:49 UTC 2024
    - 134.1K bytes
    - Viewed (0)
Back to top