Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/software/dependency-management/src/main/java/org/gradle/internal/component/local/model/DefaultLocalComponentGraphResolveState.java

        }
    
        private void initCalculatedValues() {
            // TODO: We wrap the CalculatedValues in an AtomicReference so that we can reset their state, however
            //       CalculatedValues are not resettable for a reason. This is a pretty terrible hack.
            //       We should get rid of reevaluate entirely, so that we do not need these AtomicReferences.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 20:25:36 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    One-shot iterators have the following limitations:
    
    * They do not support parameterization: all logic for creating the underlying
      dataset must be bundled in the `dataset_factory` function.
    * They are not resettable. Once a one-shot iterator reaches the end of its
      underlying dataset, subsequent "IteratorGetNext" operations on that
      iterator will always produce an `OutOfRange` error.
    
    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