Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getRead (0.28 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheDependencyResolutionFailuresIntegrationTest.groovy

                }
    
                class Bean {
                    @InputFiles FileCollection files
                }
    
                abstract class Test extends DefaultTask {
                    @Nested abstract Property<Bean> getBean()
                    @TaskAction def test() { assert false }
                }
    
                tasks.register('test', Test) {
                    bean = new Bean().tap {
                        files = configurations.implementation
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/ConfigurationCacheTaskSerializationIntegrationTest.groovy

                    @Internal
                    Property<String> getUnused()
                }
    
                abstract class SomeTask extends DefaultTask {
                    @Nested
                    abstract Bean getBean()
    
                    @Nested
                    abstract Bean getUnusedBean()
    
                    @Internal
                    abstract Property<String> getValue()
    
                    @Internal
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          result_batch_shape_compile_time_extents);
      auto result_batch_shape = rewriter->create<shape::BroadcastOp>(
          loc, shape_type, lhs_splitted.getHead(), rhs_splitted.getHead(),
          /*error=*/nullptr);
      // Lambda which handles the broadcasting of one side to the common
      // leading-batch dimensions.
      auto broadcast_one_side = [&](Value side, RankedTensorType type,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top