Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getNested (0.25 sec)

  1. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/fixture/BaseModel.groovy

        String getVeryDeepMessage()
    }
    
    interface ShallowChildModel extends BaseModel {
        String getShallowMessage()
    }
    
    interface SideModel extends BaseModel {
    }
    
    interface CompositeModel {
        BaseModel getNested()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 09:42:16 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  2. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r89/ToolingApiPolymorphismCrossVersionTest.groovy

                    private final DefaultModel nested
                    DefaultCompositeModel(DefaultModel nested) { this.nested = nested }
                    BaseModel getNested() { nested }
                }
            """
        }
    
        def "supports model polymorphism"() {
            given:
            file("plugins/src/main/groovy/my/MyModelBuilder.groovy") << """
                package my
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 11:03:18 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/executor_tpuv1_outline_tpu_island.cc

        auto outlined_func = OpBuilder(ctx).create<func::FuncOp>(island_op.getLoc(),
                                                                 name, func_type);
        outlined_symbol_table.insert(outlined_func);
        outlined_func.setNested();
    
        // We will "steal" the body of the island and replace it with a call to the
        // new function later.
        {
          YieldOp yield_op = island_op.GetYield();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top