Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for counter2 (0.47 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      );
    
      let results = (outs
        Res<TF_Uint64Tensor, [{Key for the counter-based RNG algorithm (shape uint64[1]).}]>:$key,
        Res<TF_Uint64Tensor, [{Counter for the counter-based RNG algorithm. Since counter size is algorithm-dependent, this output will be right-padded with zeros to reach shape uint64[2] (the current maximal counter size among algorithms).}]>:$counter
      );
    
      TF_DerivedOperandTypeAttr Tseed = TF_DerivedOperandTypeAttr<0>;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. RELEASE.md

            a new API for creating `Dataset`s from lists of elements.
        *   Graduated experimental APIs:
            *   [`tf.data.Dataset.counter`](https://www.tensorflow.org/api_docs/python/tf/data/Dataset/#counter),
                which creates `Dataset`s of indefinite sequences of numbers.
            *   [`tf.data.Dataset.ignore_errors`](https://www.tensorflow.org/api_docs/python/tf/data/Dataset/#ignore_errors),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"BenchmarkResult.MemBytes", Field, 1},
    		{"BenchmarkResult.N", Field, 0},
    		{"BenchmarkResult.T", Field, 0},
    		{"Cover", Type, 2},
    		{"Cover.Blocks", Field, 2},
    		{"Cover.Counters", Field, 2},
    		{"Cover.CoveredPackages", Field, 2},
    		{"Cover.Mode", Field, 2},
    		{"CoverBlock", Type, 2},
    		{"CoverBlock.Col0", Field, 2},
    		{"CoverBlock.Col1", Field, 2},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top