Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 7 of 7 for itself (0.29 sec)

  1. RELEASE.md

            StandardizedConv2D(tf.keras.layers.Conv2D): def call(self, inputs):
            mean, var = tf.nn.moments(self.kernel, axes=[0, 1, 2], keepdims=True)
            return self.convolution_op(inputs, (self.kernel - mean) / tf.sqrt(var +
            1e-10))` Alternatively, you can override `convolution_op`: `python class
            StandardizedConv2D(tf.keras.Layer): def convolution_op(self, inputs,
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  2. manifests/charts/base/crds/crd-all.gen.yaml

                                    rule: '((has(self.operation) ? self.operation : '''')
                                      == ''UPSERT'') ? self.value != '''' : true'
                                  - message: value must not be set when operation is REMOVE
                                    rule: '((has(self.operation) ? self.operation : '''')
                                      == ''REMOVE'') ? !has(self.value) : true'
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  3. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                    rule: '((has(self.operation) ? self.operation : '''')
                                      == ''UPSERT'') ? self.value != '''' : true'
                                  - message: value must not be set when operation is REMOVE
                                    rule: '((has(self.operation) ? self.operation : '''')
                                      == ''REMOVE'') ? !has(self.value) : true'
    Others
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Apr 22 20:20:47 GMT 2024
    - 606.1K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const RUSAGE_CHILDREN = -1
    pkg syscall (freebsd-arm64), const RUSAGE_CHILDREN ideal-int
    pkg syscall (freebsd-arm64), const RUSAGE_SELF = 0
    pkg syscall (freebsd-arm64), const RUSAGE_SELF ideal-int
    pkg syscall (freebsd-arm64), const RUSAGE_THREAD = 1
    pkg syscall (freebsd-arm64), const RUSAGE_THREAD ideal-int
    pkg syscall (freebsd-arm64), const S_IFMT = 61440
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const RUSAGE_CHILDREN = -1 #53466
    pkg syscall (freebsd-riscv64), const RUSAGE_CHILDREN ideal-int #53466
    pkg syscall (freebsd-riscv64), const RUSAGE_SELF = 0 #53466
    pkg syscall (freebsd-riscv64), const RUSAGE_SELF ideal-int #53466
    pkg syscall (freebsd-riscv64), const RUSAGE_THREAD = 1 #53466
    pkg syscall (freebsd-riscv64), const RUSAGE_THREAD ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  6. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2F82          ; mapped                 ; 81E3          # 3.0  KANGXI RADICAL MINISTER
    2F83          ; mapped                 ; 81EA          # 3.0  KANGXI RADICAL SELF
    2F84          ; mapped                 ; 81F3          # 3.0  KANGXI RADICAL ARRIVE
    2F85          ; mapped                 ; 81FC          # 3.0  KANGXI RADICAL MORTAR
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Feb 10 11:25:47 GMT 2024
    - 854.1K bytes
    - Viewed (2)
  7. CHANGELOG/CHANGELOG-1.19.md

    ### Deprecation
    
    - Added support for vSphere in-tree volumes migration to vSphere CSI driver. The in-tree vSphere Volume plugin will be deprecated and removed in a future release.
      
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Viewed (0)
Back to top