Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for StatefulStandardNormalV2 (0.17 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_generated_ops.td

      );
    
      let results = (outs
        Res<TF_ResourceTensor, [{The handle to the stack.}], [TF_StackAlloc]>:$handle
      );
    }
    
    def TF_StatefulStandardNormalV2Op : TF_Op<"StatefulStandardNormalV2", []> {
      let summary = "Outputs random values from a normal distribution.";
    
      let description = [{
    The generated values will have mean 0 and standard deviation 1.
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top