Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getRngAlgorithm (0.17 sec)

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

      uint32_t opcode_index = GetOpcodeIndex(
          op_name, tflite::BuiltinOperator_STABLEHLO_RNG_BIT_GENERATOR);
      tflite::RngAlgorithm algorithm = tflite::RngAlgorithm_DEFAULT;
      switch (rng_op.getRngAlgorithm()) {
        case mlir::stablehlo::RngAlgorithm::THREE_FRY:
          algorithm = tflite::RngAlgorithm_THREEFRY;
          break;
        case mlir::stablehlo::RngAlgorithm::PHILOX:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top