Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AsStablehloCustomCallOptions (0.26 sec)

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

        attributes.emplace_back(builder.getNamedAttr(
            "precision_config",
            BuildVhloPrecisionConfigV1Attr(op->precision_config, builder)));
    
        return;
      }
      if (const auto* op = op_union.AsStablehloCustomCallOptions()) {
        // hard coding api version for now, we should rework this by updating the
        // STABLEHLO_CUSTOM_CALL definition
        attributes.emplace_back(builder.getNamedAttr(
            "api_version",
    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::StablehloCustomCallOptionsT *AsStablehloCustomCallOptions() {
        return type == BuiltinOptions2_StablehloCustomCallOptions ?
          reinterpret_cast<tflite::StablehloCustomCallOptionsT *>(value) : nullptr;
      }
      const tflite::StablehloCustomCallOptionsT *AsStablehloCustomCallOptions() const {
        return type == BuiltinOptions2_StablehloCustomCallOptions ?
    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