Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for AsStablehloRngBitGeneratorOptions (0.46 sec)

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

              BuildVhloTensorV1Attr({static_cast<int64_t>(op->permutation.size())},
                                    op->permutation, builder)));
        }
        return;
      }
      if (const auto* op = op_union.AsStablehloRngBitGeneratorOptions()) {
        mlir::vhlo::RngAlgorithmV1 algorithm;
        switch (op->algorithm) {
          case tflite::RngAlgorithm_THREEFRY:
            algorithm = mlir::vhlo::RngAlgorithmV1::THREE_FRY;
            break;
    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::StablehloRngBitGeneratorOptionsT *AsStablehloRngBitGeneratorOptions() {
        return type == BuiltinOptions2_StablehloRngBitGeneratorOptions ?
          reinterpret_cast<tflite::StablehloRngBitGeneratorOptionsT *>(value) : nullptr;
      }
      const tflite::StablehloRngBitGeneratorOptionsT *AsStablehloRngBitGeneratorOptions() const {
        return type == BuiltinOptions2_StablehloRngBitGeneratorOptions ?
    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