Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

          // converter and kernel, so we create the second operand, which is
          // required by the new converter, from the reshape op's option.
          auto new_shape = op.builtin_options.AsReshapeOptions()->new_shape;
          auto shape_type = tensorflow::GetTypeFromTFTensorShape(
              {static_cast<int64_t>(new_shape.size())}, builder.getIntegerType(32));
    
          mlir::SmallVector<mlir::Attribute, 4> shape;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top