Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Suderman (0.29 sec)

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

    def TF_Float8E5M2Tensor : TensorOf<[TF_Float8E5M2]>;
    
    //===----------------------------------------------------------------------===//
    // Complex types (including corresponding reference types)
    
    // TODO(suderman): Remove TF_Complex64 and use a standard ops declaration, along
    // with the associated cleanup.
    def TF_Complex64 : AnyTypeOf<[Complex<F<32>>, TF_Complex64Ref],
      "64-bit complex">;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 30.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

        int64_t in_y_cst = input_ty.getShape()[1];
        int64_t in_x_cst = input_ty.getShape()[2];
        int64_t in_spatial_cst =
            in_y_cst < 0 || in_x_cst < 0 ? -1 : in_y_cst * in_x_cst;
    
        // TODO(suderman): Add support for these optional parameters.
        if (op.getAlignCorners() == true || op.getHalfPixelCenters() == true) {
          return failure();
        }
    
        auto one =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
  3. platforms/jvm/ear/src/integTest/groovy/org/gradle/plugins/ear/EarPluginIntegrationTest.groovy

            file('good-lib/file.txt').createFile().write('good')
    
            buildFile << '''
    apply plugin: 'ear'
    ear {
      deploymentDescriptor {
    
        securityRole {
          roleName="superman"
          description="This is the SUPERMAN role"
         }
    
        securityRole {
          roleName="supergirl"
          description="This is the SUPERGIRL role"
        }
      }
    }'''
    
            when:
            run 'assemble';
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 17.2K bytes
    - Viewed (0)
  4. RELEASE.md

    Melesse, Mrinal Tyagi, Måns Nilsson, Nathan John Sircombe, Nathan Luehr, Nilesh
    Agarwalla, Oktay Ozturk, Patrice Vignola, Pawel-Polyai, Rama Ketineni, Ramesh
    Sampath, Reza Rahimi, Rob Suderman, Robert Kalmar, Rohit Santhanam, Sachin
    Muradi, Saduf2019, Samuel Marks, Shi,Guangyong, Sidong-Wei, Srinivasan
    Narayanamoorthy, Srishti Srivastava, Steven I Reeves, stevenireeves, Supernovae,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top