Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for llvm_unreachable (0.28 sec)

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

      if (auto tl_reserve = dyn_cast<TensorListReserveOp>(op))
        return tl_reserve.getElementShape();
      if (auto tl_from_tensor = dyn_cast<TensorListFromTensorOp>(op))
        return tl_from_tensor.getElementShape();
      llvm_unreachable("unsupported TensorList op");
    }
    
    // Utility function to create a ranked tensor type after dropping the first
    // dimension from the input type.
    RankedTensorType DropFirstDimension(Type type) {
    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