Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for consumer0_a (0.17 sec)

  1. tensorflow/compiler/jit/encapsulate_xla_computations_pass_test.cc

      auto out3 =
          ops::XlaClusterOutput(scope.WithOpName("Out3"), Output(launch, 3));
    
      auto consumer0_a = ops::Identity(scope.WithOpName("consumer0_a"), out0);
      auto consumer0_b = ops::Identity(scope.WithOpName("consumer0_b"), out0);
      auto consumer0_c = ops::Identity(scope.WithOpName("consumer0_c"), out0);
      auto consumer1 = ops::Identity(scope.WithOpName("consumer1"), out1);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 16 18:03:15 UTC 2023
    - 14.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/library_vs_application.adoc

    The consequence is that a dependency which is assigned to the `implementation` configuration of a library _does not end up on the compile classpath of the consumer_.
    On the other hand, a dependency which is assigned to the `api` configuration of a library _would end up on the compile classpath of the consumer_.
    At _runtime_, however, all dependencies are required.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/dep-man/06-publishing/publishing_gradle_module_metadata.adoc

    It is similar to https://maven.apache.org/pom.html[Apache Maven™'s POM file] or https://ant.apache.org/ivy/[Apache Ivy™ ivy.xml] files.
    The goal of metadata files is to provide _to consumers_ a reasonable model of what is published on a repository.
    
    Gradle Module Metadata is a unique format aimed at improving dependency resolution by making it multi-platform and variant-aware.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 01 18:45:05 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/cross_project_publications.adoc

    [WARNING]
    ====
    By adding a value to an existing attribute like we have done, or by defining new attributes, we are extending the model.
    This means that _all consumers_ have to know about this extended model.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 18K bytes
    - Viewed (0)
Back to top