Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rngTap (0.23 sec)

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

        mlir::stablehlo::RngBitGeneratorOp rng_op,
        const std::vector<int32_t>& operands, const std::vector<int32_t>& results) {
      std::string op_name = rng_op.getOperation()->getName().getStringRef().str();
      uint32_t opcode_index = GetOpcodeIndex(
          op_name, tflite::BuiltinOperator_STABLEHLO_RNG_BIT_GENERATOR);
      tflite::RngAlgorithm algorithm = tflite::RngAlgorithm_DEFAULT;
      switch (rng_op.getRngAlgorithm()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (2)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    }
    
    // Creates a mhlo.rng_uniform op with `builder` to generate `num_elements`
    // 32-bit integer numbers in the range of [`lower_limit`, `upper_limit`).
    static mhlo::RngOp CreateRngUniform32(Location loc, int num_elements,
                                          int lower_limit, int upper_limit,
                                          OpBuilder *builder) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top