Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for producer_name (0.18 sec)

  1. tensorflow/compiler/mlir/tfrt/tests/mlrt/tpu_conversions.mlir

      %1 = "tf.TPUCompileMlirAndExecute"(%0) {metadata = "metadata", mlir_module = "mlir_module", operandSegmentSizes = array<i32: 1, 0>, producer_name = "producer_name"} : (tensor<i32>) -> tensor<i32>
      func.return %1 : tensor<i32>
    }
    
    // -----
    
    func.func @executeop_input(%arg0: tensor<i32>) -> (tensor<i32>, tensor<i32>) {
      // CHECK-NOT: tf_mlrt.executeop(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 04 21:25:31 UTC 2023
    - 11K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfrt/ir/mlrt/tf_mlrt_tpu_ops.td

        constant_operand_indices is sorted in ascending order.
        $operands_with_static_shape are indices of operands that are tagged with a maximum static shape.
        $producer_name is a string describing the name of the framework that added support for running this portion of the model on TPUs.
    
        Example:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 04 21:25:31 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/tests/fuse_tpu_compile_and_execute_ops.mlir

      %5 = "tf.TPUExecute"(%3#0, %1, %program#0) {_producer_name = "UNKNOWN", device = "/TPU:0"} : (tensor<1x1xf32>, tensor<1x1xf32>, tensor<3x!tf_type.string>) -> tensor<1x1xf32>
      %6 = "tf.TPUExecute"(%3#1, %1, %program#1) {_producer_name = "UNKNOWN", device = "/TPU:1"} : (tensor<1x1xf32>, tensor<1x1xf32>, tensor<3x!tf_type.string>) -> tensor<1x1xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfrt/ir/mlrt/tf_ops.td

        constant_operand_indices is sorted in ascending order.
        $operands_with_static_shape are indices of operands that are tagged with a maximum static shape.
        $producer_name is a string describing the name of the framework that added support for running this portion of the model on TPUs.
    
        Example:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 21:35:32 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

    target computation.
    'metadata' is a serialized TPUCompileMetadataProto describing the shapes and
    types of the inputs to the computation, as well as a mapping onto the TPU pod
    topology.
    'producer_name' is a string describing the name of the framework that add support for running this portion of the model on TPUs.
      }];
    
      let arguments = (ins
        Variadic<TF_Tensor>:$args,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/plugins/customPlugin/kotlin/consumer/settings.gradle.kts

    // tag::use-plugin[]
    pluginManagement {
        repositories {
            maven {
    // end::use-plugin[]
                val producerName: String? by settings
                val repoLocation = "../$producerName/build/repo"
    // tag::use-plugin[]
                url = uri(repoLocation)
            }
        }
    // end::use-plugin[]
    // tag::use-legacy-plugin[]
        resolutionStrategy {
            eachPlugin {
                if (requested.id.namespace == "org.example") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 642 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/plugins/customPlugin/groovy/consumer/settings.gradle

    // tag::use-plugin[]
    pluginManagement {
        repositories {
            maven {
    // end::use-plugin[]
                def repoLocation = "../$producerName/build/repo"
    // tag::use-plugin[]
                url = uri(repoLocation)
            }
        }
    // end::use-plugin[]
    // tag::use-legacy-plugin[]
        resolutionStrategy {
            eachPlugin {
                if (requested.id.namespace == 'org.example') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 592 bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfrt/tests/ifrt/rewrite_cluster_to_ifrt_call.mlir

    func.func @serving_default(%arg0: tensor<1x3xf32>) -> (tensor<1x3xf32>) {
      %outputs  =  "tf.TPUCompilationResult"() {_tpu_compilation_status = "cluster", device = ""} : () -> tensor<!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Feb 17 07:28:40 UTC 2024
    - 9K bytes
    - Viewed (0)
  9. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/xcode/fixtures/AbstractXcodeIntegrationSpec.groovy

            assert target.buildArgumentsString == '-Porg.gradle.internal.xcode.bridge.ACTION="${ACTION}" -Porg.gradle.internal.xcode.bridge.PRODUCT_NAME="${PRODUCT_NAME}" -Porg.gradle.internal.xcode.bridge.CONFIGURATION="${CONFIGURATION}" -Porg.gradle.internal.xcode.bridge.BUILT_PRODUCTS_DIR="${BUILT_PRODUCTS_DIR}" :_xcode__${ACTION}_${PRODUCT_NAME}_${CONFIGURATION}'
    
            def expectedArchitecture = archName == 'aarch64' ? 'arm64e' : 'x86_64'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  10. platforms/ide/ide-native/src/test/groovy/org/gradle/ide/xcode/internal/XcodePropertyAdapterTest.groovy

            expect:
            XcodePropertyAdapter.adapterCommandLine == [
                    '-Porg.gradle.internal.xcode.bridge.ACTION="${ACTION}"',
                    '-Porg.gradle.internal.xcode.bridge.PRODUCT_NAME="${PRODUCT_NAME}"',
                    '-Porg.gradle.internal.xcode.bridge.CONFIGURATION="${CONFIGURATION}"',
                    '-Porg.gradle.internal.xcode.bridge.BUILT_PRODUCTS_DIR="${BUILT_PRODUCTS_DIR}"',
            ]
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 2.5K bytes
    - Viewed (0)
Back to top