Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for function_ref (0.12 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      return builder->create<mhlo::RngOp>(loc, lower, upper, shape_tensor,
                                          ::mlir::mhlo::RngDistribution::UNIFORM);
    }
    
    using WhileBodyFnType = llvm::function_ref<void(
        Location loc, Value iteration, ArrayRef<Value> old_values,
        SmallVectorImpl<Value> *new_values, OpBuilder *builder)>;
    
    // Creates a mhlo.while op with `builder` to loop `num_interations` times,
    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