Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 71 for StatefulPartitionedCall (0.26 sec)

  1. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/signature.mlir

    // CHECK-SAME: {tf_saved_model.index_path = ["end_logits"]}
    // CHECK-SAME: tf.entry_function = {inputs = "serving_default_input2:0,serving_default_input1:0", outputs = "StatefulPartitionedCall:1,StatefulPartitionedCall:0"}
    // CHECK-SAME: tf_saved_model.exported_names = ["serving_default"]
    module attributes {tf.versions = {bad_consumers = [], min_consumer = 12 : i32, producer = 554 : i32}, tf_saved_model.semantics} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 24 07:35:24 UTC 2022
    - 1.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/tests/legalize-skip-partitioned-calls.mlir

        %0 = "tf.StatefulPartitionedCall"(%arg0) <{
          config = "", config_proto = "", executor_type = "", f = @some_func
        }> {
          _collective_manager_ids = [], device = ""
        } : (tensor<1x2x2x3xf32>) -> tensor<1x2x2x3xf32>
        // CHECK-SKIP: tf.StatefulPartitionedCall
        // CHECK-NOSKIP: call @some_func
        // CHECK-NOSKIP-NOT: tf.StatefulPartitionedCall
        %1 = "tf.PartitionedCall"(%0) <{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 08 20:05:12 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/embedding_sequencing.mlir

        // The order of these functions is also significant.
        // CHECK: {{.*StatefulPartitionedCall.* f = @_func_non_tpu.*}}
        // CHECK-NEXT: {{.*StatefulPartitionedCall.* f = @_func_sc_forward.*}}
        // CHECK-NEXT: {{.*StatefulPartitionedCall.* f = @_func_core_tpu.*}}
        // CHECK-NEXT: {{.*StatefulPartitionedCall.* f = @_func_sc_backward.*}}
        // CHECK-NEXT: return
        // metadata ops
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 01 21:27:49 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/embedding_pipelining.mlir

        // CHECK: {{.*StatefulPartitionedCall.* f = @while_cond.*}}
        // CHECK: {{.*StatefulPartitionedCall.* f = @non_tpu.*}}
        // CHECK: {{.*StatefulPartitionedCall.* f = @start_step_0.*}}
        // CHECK: {{.*StatefulPartitionedCall.* f = @while_cond.*}}
        // CHECK: {{.*StatefulPartitionedCall.* f = @non_tpu.*}}
        // CHECK: {{.*StatefulPartitionedCall.* f = @start_step_1.*}}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/inlining.mlir

          // CHECK: %[[CST:.*]] = "tf.Const"
          %result = "tf.StatefulPartitionedCall"() {config = "", config_proto = "", executor_type = "", f = @simple_callee} : () -> tensor<2xi32>
    
          // Multi block regions may not.
          // CHECK-NEXT: %[[CALL:.*]] = "tf.StatefulPartitionedCall"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/xla_cluster_formation.mlir

    // CHECK: tf_device.cluster
    // CHECK-NEXT: tf.StatefulPartitionedCall
    // CHECK-NEXT: tf_device.return
    // CHECK: _cluster_outlined_function_name = "stateful_pcall_func"
    // CHECK-SAME: allow_soft_placement = true
    // CHECK: tf.Const
    // CHECK: tf.Add
    func.func @xla_must_compile_true(%arg0: tensor<i32>) -> tensor<i32> attributes {tf.entry_function = {}} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 19 19:09:44 UTC 2023
    - 4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/utils/call_graph_util_test.cc

      %0 = "tf.StatefulPartitionedCall"(%arg0) {_xla_compile_device_type = "CPU", config = "", config_proto = "", device = "/device:CPU:0", executor_type = "", f = @func} : (tensor<i32>) -> (tensor<i32>)
      func.return %0 : tensor<i32>
    }
    
    func.func @entry_func_2(%arg0: tensor<i32>) -> tensor<i32> attributes {tf_saved_model.initializer_type = ""} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Dec 20 04:39:18 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/mlir2graphdef/graph-as-function.mlir

    // CHECK:      node {
    // CHECK-NEXT:   name: "identity"
    // CHECK-NEXT:   op: "Identity"
    // CHECK-NEXT:   input: "const"
    // CHECK:      node {
    // CHECK-NEXT:   name: "statefulpartitionedcall"
    // CHECK-NEXT:   op: "StatefulPartitionedCall"
    // CHECK-NEXT:   input: "const"
    // CHECK-NEXT:   input: "args_1"
    // CHECK:          key: "f"
    // CHECK-NEXT:     value {
    // CHECK-NEXT:       func {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 25 12:28:56 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/xla_inline_device_ops.mlir

    // CHECK-LABEL: func @simple_stateful_partitioned_call
    // CHECK-NOT: "tf_device.cluster"
    // CHECK: "tf.StatefulPartitionedCall"
    // CHECK-NEXT: "tf.Const"
    func.func @simple_stateful_partitioned_call(%arg0: tensor<i32>) -> tensor<i32> {
      %0 = "tf_device.cluster"() ({
        %2 = "tf.StatefulPartitionedCall"(%arg0) {config = "", config_proto = "", executor_type = "", f = @stateful_pcall_func} : (tensor<i32>) -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 14:24:59 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-as-function.pbtxt

        key: "value"
        value {
          tensor {
            dtype: DT_FLOAT
            tensor_shape {
            }
            float_val: 0.0
          }
        }
      }
    }
    node {
      name: "statefulpartitionedcall"
      op: "StatefulPartitionedCall"
      input: "const"
      input: "args_1"
      attr {
        key: "Tin"
        value {
          list {
            type: DT_FLOAT
            type: DT_RESOURCE
          }
        }
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 24 00:18:34 UTC 2023
    - 5K bytes
    - Viewed (0)
Back to top