Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for generateMap (0.09 sec)

  1. guava-testlib/src/com/google/common/testing/FreshValueGenerator.java

       * generated type. The method parameters correspond to the generated type's type parameters. For
       * example, if the annotated method returns {@code Map<K, V>}, the method signature should be:
       * {@code Map<K, V> generateMap(K key, V value)}.
       */
      @Target(ElementType.METHOD)
      @Retention(RetentionPolicy.RUNTIME)
      private @interface Generates {}
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 23 14:22:54 UTC 2024
    - 28.7K bytes
    - Viewed (0)
  2. android/guava-testlib/src/com/google/common/testing/FreshValueGenerator.java

       * generated type. The method parameters correspond to the generated type's type parameters. For
       * example, if the annotated method returns {@code Map<K, V>}, the method signature should be:
       * {@code Map<K, V> generateMap(K key, V value)}.
       */
      @Target(ElementType.METHOD)
      @Retention(RetentionPolicy.RUNTIME)
      private @interface Generates {}
    
      /**
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Jul 23 14:22:54 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  3. tensorflow/BUILD

        "TENSORFLOW_API_INIT_FILES",
    )
    load(
        "//tensorflow/python/tools/api/generator:api_init_files_v1.bzl",
        "TENSORFLOW_API_INIT_FILES_V1",
    )
    load("//tensorflow/python/tools/api/generator2:generate_api.bzl", "generate_apis")
    # copybara:comment_end
    
    PACKAGE_STATIC_DEPS = [
        "//:__subpackages__",
        "@gif//:__subpackages__",
        "@highwayhash//:__subpackages__",
        "@hwloc//:__subpackages__",
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Oct 16 05:28:35 UTC 2024
    - 53.5K bytes
    - Viewed (0)
Back to top