Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getProduct (0.11 sec)

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

        auto op = cast<SparseMatMulOp>(src_op);
    
        // Result type must be f32 for applying the pattern (currently this is
        // required by the op anyway but this might change).
        if (!mlir::cast<TensorType>(op.getProduct().getType())
                 .getElementType()
                 .isF32()) {
          return failure();
        }
        MLIRContext *context = rewriter.getContext();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
Back to top