Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateConstOpWithSingleValue (0.19 sec)

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

        // Expanded inputs.
        // Insert at -2 location.
        auto one_ele_type =
            tensorflow::GetTypeFromTFTensorShape({1}, rewriter.getIntegerType(32));
        auto minus_two = CreateConstOpWithSingleValue(&rewriter, rfft_op.getLoc(),
                                                      one_ele_type, -2);
    
        SmallVector<int64_t, 4> expanded_input_shape;
        SmallVector<int64_t, 4> expanded_output_shape;
    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