Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getProp2 (0.07 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorTest.java

            void setProp1(boolean value);
    
            int getProp2();
    
            void setProp2(int value);
    
            byte getProp3();
    
            void setProp3(byte value);
    
            short getProp4();
    
            void setProp4(short value);
    
            long getProp5();
    
            void setProp5(long value);
    
            double getProp6();
    
            void setProp6(double value);
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 74.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        auto input_shape = input_ty.getShape();
    
        DenseIntElementsAttr block_shape;
        DenseIntElementsAttr crops;
        if (!matchPattern(op.getBlockShape(), m_Constant(&block_shape)) ||
            !matchPattern(op.getCrops(), m_Constant(&crops))) {
          return failure();
        }
    
        auto block_shape_ty = block_shape.getType();
        if (!block_shape_ty.hasRank() || block_shape_ty.getRank() != 1) {
          return failure();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
Back to top