Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 71 for stateful_partitioned_call (0.36 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/tests/components/tf_to_stablehlo.mlir

    // -----
    
    // This test makes sure functions with tf._noinline=true is not inlined.
    
    module {
      func.func @stateful_partitioned_call(%arg0: tensor<1x2x2x3xf32>) -> (tensor<1x2x2x3xf32>) {
        %0 = "tf.StatefulPartitionedCall"(%arg0) <{
          config = "", config_proto = "", executor_type = "", f = @some_func
        }> {
          _collective_manager_ids = [], device = ""
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 08 20:05:12 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/build_xla_ops_pass.cc

      // we don't have any evidence that choosing a stateless partitioned call helps
      // for performance.
      ops::StatefulPartitionedCall call(
          root.WithOpName("stateful_partitioned_call"), args, n->output_types(),
          func, ops::StatefulPartitionedCall::Attrs{}.ConfigProto(config_string));
    
      for (const Edge* e : n->in_edges()) {
        if (e->IsControlEdge()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 24.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        func.return %arg0 : tensor<!tf_type.variant<tensor<16x1xf32>>>
      }
    
      // Test propagation from called functions to the call site.
      // CHECK-LABEL: func @stateful_partitioned_call(
      // CHECK-SAME: -> tensor<20xi32>
      func.func @stateful_partitioned_call(%arg0: tensor<20xi32>, %arg1: tensor<?xi32>) -> tensor<*xi32> {
        // CHECK: tf.PartitionedCall
        // CHECK-SAME: (tensor<20xi32>) -> tensor<20xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. 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)
  7. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    //===----------------------------------------------------------------------===//
    // StatefulPartitionedCall op legalization.
    //===----------------------------------------------------------------------===//
    
    // -----
    
    // CHECK-LABEL: func @stateful_partitioned_call
    // CHECK-SAME: [[ARG:%.+]]: tensor<i32>
    func.func @stateful_partitioned_call(%arg0: tensor<i32>) -> tensor<i32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top