Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for resultType (0.11 sec)

  1. tensorflow/compiler/mlir/lite/transforms/lower_static_tensor_list.cc

        // Note that we are using the same `result_type` for both the
        // `TensorListStackOp` and `ConcatOp`, since the first dimension of the
        // shape specified by `result_type` is -1.
        auto stacked_extended_part = rewriter->create<TF::TensorListStackOp>(
            loc, result_type, extended_part,
            /*element_shape=*/CreateI32SplatConst(loc, rewriter, {}, -1),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 70.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/prepare_tf.cc

                                PatternRewriter &rewriter, Location loc,
                                Type result_type, Value input, Value filter,
                                Value bias) const {
        filter = legalizeFilter(rewriter, loc, filter);
        return rewriter.create<TFL::Conv2DOp>(
            loc, result_type, input, filter, bias,
            /*dilation_h_factor=*/state->dilation_height_factor,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 64.6K bytes
    - Viewed (0)
Back to top