Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AsStablehloRngBitGeneratorOptions (0.33 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)
Back to top