Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getOutputAs (0.26 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

                                    PatternRewriter &rewriter) const override {
        SmallVector<Type> result_types;
        result_types.reserve(op.getOutputs().size() + 1);
        for (const auto &output : op.getOutputs()) {
          Type ty = output.getType();
          if (auto tensor_ty = mlir::dyn_cast<RankedTensorType>(ty)) {
            if (!tensor_ty.hasStaticShape()) return failure();
          }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top