Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Suderman (0.08 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. 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)
Back to top