Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AsStablehloTransposeOptions (0.21 sec)

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

            "indices_are_sorted",
            mlir::vhlo::BooleanV1Attr::get(builder.getContext(),
                                           op->indices_are_sorted)));
        return;
      }
      if (const auto* op = op_union.AsStablehloTransposeOptions()) {
        if (!op->permutation.empty()) {
          attributes.emplace_back(builder.getNamedAttr(
              "permutation",
              BuildVhloTensorV1Attr({static_cast<int64_t>(op->permutation.size())},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 38K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/schema_generated.h

      }
      tflite::StablehloTransposeOptionsT *AsStablehloTransposeOptions() {
        return type == BuiltinOptions2_StablehloTransposeOptions ?
          reinterpret_cast<tflite::StablehloTransposeOptionsT *>(value) : nullptr;
      }
      const tflite::StablehloTransposeOptionsT *AsStablehloTransposeOptions() const {
        return type == BuiltinOptions2_StablehloTransposeOptions ?
    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