Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for permutation (0.49 sec)

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

        }
      }];
    }
    
    def TF_InvertPermutationOp : TF_Op<"InvertPermutation", [Pure]> {
      let summary = "Computes the inverse permutation of a tensor.";
    
      let description = [{
    This operation computes the inverse of an index permutation. It takes a 1-D
    integer tensor `x`, which represents the indices of a zero-based array, and
    swaps each value with its index position. In other words, for an output tensor
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheCompositeBuildsIntegrationTest.groovy

            configurationCache.assertStateLoaded()
    
            and:
            result.assertTaskOrder(':lib:compileJava', ':util:compileJava', ':compileJava')
    
            where:
            order << ['lib', 'util'].permutations()
        }
    
        private static withDevelocityPlugin(TestFile settingsDir) {
            ApplyDevelocityPluginFixture.applyDevelocityPlugin(
                settingsDir.file('settings.gradle')
            )
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  3. guava-testlib/test/com/google/common/testing/NullPointerTesterTest.java

      /** Non-NPE RuntimeException. */
      public static class FooException extends RuntimeException {
        private static final long serialVersionUID = 1L;
      }
    
      /**
       * Class for testing all permutations of static/non-static one-argument methods using
       * methodParameter().
       */
      @SuppressWarnings("unused") // used by reflection
      public static class OneArg {
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 47.7K bytes
    - Viewed (0)
Back to top