Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for StatefulUniformFullInt (0.35 sec)

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

        }
        // TODO(b/204997177): Deprecate and remove.
        func::FuncOp func() {  return ResolveFunc(nullptr); }
      }];
    }
    
    def TF_StatefulUniformFullIntOp : TF_Op<"StatefulUniformFullInt", []> {
      let summary = "Outputs random integers from a uniform distribution.";
    
      let description = [{
    The generated values are uniform integers covering the whole range of `dtype`.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
Back to top