Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AsReshapeOptions (0.16 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)
  2. tensorflow/compiler/mlir/lite/schema/schema_generated.h

          reinterpret_cast<const tflite::CallOptionsT *>(value) : nullptr;
      }
      tflite::ReshapeOptionsT *AsReshapeOptions() {
        return type == BuiltinOptions_ReshapeOptions ?
          reinterpret_cast<tflite::ReshapeOptionsT *>(value) : nullptr;
      }
      const tflite::ReshapeOptionsT *AsReshapeOptions() const {
        return type == BuiltinOptions_ReshapeOptions ?
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 1M bytes
    - Viewed (0)
Back to top