Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for javolution (0.23 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_traits.h

      }
    
      static OpFoldResult foldTrait(Operation* op, ArrayRef<Attribute> operands) {
        return detail::foldIdempotent(op);
      }
    };
    
    /// This class adds property that the operation is an involution.
    /// This means a unary to unary operation "f" that satisfies f(f(x)) = x
    template <typename ConcreteType>
    class IsInvolution : public TraitBase<ConcreteType, IsInvolution> {
     public:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  2. .space/CODEOWNERS

    # OWNER_LIST: "Kotlin Performance QA"
    # OWNER_LIST: "Kotlin IDE Analysis Core"
    # OWNER_LIST: "Kotlin Release"
    # OWNER_LIST: "Kotlin Apple Ecosystem"
    # OWNER_LIST: "Kotlin Language Evolution"
    # OWNER_LIST: "Kotlin in Fleet"
    # OWNER_LIST: Compose
    # OWNER_LIST: Mikhail.Glukhikh Dmitriy.Novozhilov Kirill.Rakhman
    # OWNER_LIST: Yan.Zhulanow
    # OWNER_LIST: Dmitry.Gridin
    # OWNER_LIST: Alexander.Udalov
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:55:49 UTC 2024
    - 24K bytes
    - Viewed (2)
  3. platforms/documentation/docs/src/docs/design/gradle-module-metadata-1.0-specification.md

    ##### Deprecated attributes value
    
    The `org.gradle.usage` attribute has seen an evolution in its values.
    The values `java-api-*` and `java-runtime-*` are now deprecated and replaced by a new combination.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 23:32:14 UTC 2024
    - 12.5K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/design/gradle-module-metadata-latest-specification.md

    ##### Deprecated attributes value
    
    The `org.gradle.usage` attribute has seen an evolution for its values.
    The values `java-api-*` and `java-runtime-*` are now deprecated and replaced by a new combination.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 16:14:11 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  5. architecture/ambient/ztunnel.md

      * In practice, this largely means that references are fully qualified in the API. IP Addresses (generally) have a network associated with them, node names have a cluster associated with them, etc.
    
    See the [XDS Evolution](https://docs.google.com/document/d/1V5wkeBHbLSLMzAMbwFlFZNHdZPyUEspG4lHbnB0UaCg/edit) document for more history and details.
    
    The `Workload` aims to represent everything about a workload (generally a `Pod` or `WorkloadEntry`).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 22:35:16 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top