Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 129 for targeting (0.17 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v2/cluster_tf.cc

    mlir::PassPipelineRegistration<> replicated_clustering_bridge_v2(
        "tf-replicated-clustering-bridge-v2",
        "Run all the passes involved in transforming a TensorFlow 2 graph before "
        "execution so that it is suitable for targeting devices.",
        CreateReplicatedClusteringPipelineV2);
    
    }  // namespace v2
    }  // namespace tf2xla
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 22:25:18 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/dwarf.go

    //
    // The fixup table below helps overcome this hurdle. At the point
    // where a parameter/variable reference is made (via a call to
    // "ReferenceChildDIE"), a fixup record is generate that records
    // the relocation that is targeting that child variable. At a later
    // point when the abstract function DIE is emitted, there will be
    // a call to "RegisterChildDIEOffsets", at which point the offsets
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 20:40:28 UTC 2023
    - 22K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/regalloc_test.go

    	r := f.f.RegAlloc
    	for _, b := range f.blocks {
    		for _, v := range b.Values {
    			if v.Op == OpLoadReg && r[v.ID].String() == "g" {
    				t.Errorf("Saw OpLoadReg targeting g register: %s", v.LongString())
    			}
    		}
    	}
    }
    
    // Test to make sure we don't push spills into loops.
    // See issue #19595.
    func TestSpillWithLoop(t *testing.T) {
    	c := testConfig(t)
    	f := c.Fun("entry",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 08 19:09:14 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/quantize_preprocess.cc

      // on TPU.
      // Extracts the StableHLO module from tf.XlaCallModuleOp if the StableHLO
      // module is serialized in it.
      pm.addPass(mlir::odml::CreateLegalizeTFXlaCallModuleToStablehloPass());
    
      // Preprocesses TPU-targeting StableHLO module for support in TF Quantizer.
      pm.addPass(mlir::quant::CreateConvertTpuModelToCpuPass());
      pm.addPass(mlir::createInlinerPass());
      pm.addNestedPass<mlir::func::FuncOp>(mlir::createCanonicalizerPass());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 12:49:45 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/api/v1/cluster_tf.cc

    mlir::PassPipelineRegistration<> replicated_clustering_bridge_v1(
        "tf-replicated-clustering-bridge-v1",
        "Run all the passes involved in transforming a TensorFlow V1 graph before "
        "execution so that it is suitable for targeting devices.",
        CreateReplicatedBridgePipelineV1);
    
    }  // namespace v1
    }  // namespace tf2xla
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 28 22:25:18 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  6. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/NodeBackedModelMapSpec.groovy

            then:
            sb1.other == "other"
        }
    
        static class SetProp extends RuleSource {
            @Mutate
            void m(@Path("foo") Bean bean) {}
        }
    
        def "when targeting by type, paths are interpreted relative to item"() {
            given:
            def mmType = ModelTypes.modelMap(Bean)
    
            registry
                .registerModelMap("beans", Bean) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 38.3K bytes
    - Viewed (0)
  7. pilot/pkg/xds/endpoints/ep_filters.go

    //     clusters.
    //
    //  2. Enables Kubernetes MCS use cases, where endpoints for a service might be exported in one
    //     cluster but not another within the same network. By targeting the gateway for the cluster
    //     where the exported endpoints reside, we ensure that we only send traffic to exported endpoints.
    func (b *EndpointBuilder) selectNetworkGateways(nw network.ID, c cluster.ID) []model.NetworkGateway {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/samples/incubating/build-organization/publishing-convention-plugins/README.adoc

    include::sample[dir="kotlin",files="convention-plugins/build.gradle.kts[tags=apply]"]
    include::sample[dir="groovy",files="convention-plugins/build.gradle[tags=apply]"]
    ====
    
    == Publishing convention plugins
    
    In this sample we are targeting a multi-repo setup. In order to apply the above plugins to separate projects, they have to be published
    to a company's artifact repository.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/samples/build-organization/publishing-convention-plugins/README.adoc

    include::sample[dir="kotlin",files="convention-plugins/build.gradle.kts[tags=apply]"]
    include::sample[dir="groovy",files="convention-plugins/build.gradle[tags=apply]"]
    ====
    
    == Publishing convention plugins
    
    In this sample we are targeting a multi-repo setup. In order to apply the above plugins to separate projects, they have to be published
    to a company's artifact repository.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/cross_project_publications.adoc

    So, **avoid publishing custom variants** if they are for internal use only.
    ====
    
    [[targeting-different-platforms]]
    == Targeting different platforms
    
    It is common for a library to target different platforms.
    In the Java ecosystem, we often see different artifacts for the same library, distinguished by a different _classifier_.
    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