Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 40 for args_13 (0.2 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu-merge-variables-with-execute.mlir

    // CHECK-LABEL: func @non_interfering_accesses
    // CHECK-SAME: %[[ARG_0:[a-z0-9]+]]: tensor<*x!tf_type.resource<tensor<32xf32>>>
    // CHECK-SAME: %[[ARG_1:[a-z0-9]+]]: tensor<*x!tf_type.resource<tensor<64xf32>>>
    // CHECK-SAME: %[[ARG_2:[a-z0-9]+]]: tensor<32xf32>
    // CHECK-SAME: %[[ARG_3:[a-z0-9]+]]: tensor<*x!tf_type.resource<tensor<8xf32>>>
    // CHECK-SAME: %[[ARG_4:[a-z0-9]+]]: tensor<*x!tf_type.resource<tensor<2xf32>>>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 24.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/device_copy.mlir

    }
    
    // CHECK: func @while_loop_test(%[[ARG_0:.*]]: tensor<i32>, %[[ARG_1:.*]]: tensor<i32>, %arg2: tensor<*xf32>)
    func.func @while_loop_test(%arg0: tensor<i32>, %arg1: tensor<i32>, %arg2: tensor<*xf32>) {
      // CHECK-NEXT: tf.WhileRegion
      %0:2 = "tf.WhileRegion"(%arg0, %arg2) ({
      // CHECK-NEXT: bb0(%[[ARG_3:.*]]: tensor<i32>, %[[ARG_4:.*]]: tensor<*xf32>)
      ^bb0(%arg3: tensor<i32>, %arg4: tensor<*xf32>):
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 5.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

    // CHECK-SAME: %[[ARG_1]] as %{{[a-z0-9]*}}
    // CHECK-SAME: %[[ARG_3]] as %{{[a-z0-9]*}}
    // CHECK-SAME: %[[ARG_5]] as %{{[a-z0-9]*}}
    
    
    // Test that the `is_mirrored_variable` attribute is preserved in the
    // tf_device.replicate op.
    // CHECK-LABEL: func @mirrored_variables
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/end2end/disallow_stateful_partitioned_call.pbtxt

        value {
          type: DT_FLOAT
        }
      }
    }
    node {
      name: "args_0"
      op: "_Arg"
      attr {
        key: "T"
        value {
          type: DT_RESOURCE
        }
      }
      attr {
        key: "index"
        value {
          i: 0
        }
      }
    }
    node {
      name: "spc1"
      op: "StatefulPartitionedCall"
      input: "input0"
      input: "args_0"
      attr {
        key: "Tin"
        value {
          list {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 24 20:05:09 UTC 2023
    - 2.6K bytes
    - Viewed (0)
  5. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r50/ArgumentPassingCrossVersionTest.groovy

            when:
            String output1 = runBuild { launcher -> launcher.addArguments("-P$ARG_1") }
    
            then:
            output1.contains(ARG_1)
    
            when:
            String output2 = runBuild { launcher -> launcher.addArguments(["-P$ARG_1" as String]) }
    
            then:
            output2.contains(ARG_1)
        }
    
        def "Appends arguments multiple times"() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/tf-data-pipeline.pbtxt

        key: "parallel_copy"
        value {
          b: false
        }
      }
    }
    library {
      function {
        signature {
          name: "__inference_Dataset_map_<lambda>_8"
          input_arg {
            name: "args_0"
            type: DT_INT32
          }
          output_arg {
            name: "identity"
            type: DT_INT32
          }
        }
        node_def {
          name: "mul/y"
          op: "Const"
          attr {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 29 04:41:05 UTC 2021
    - 4K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/multi-output-feeds.pbtxt

    # CHECK:           %[[ADD:.*]], %{{.*}} = tf_executor.island wraps "tf.Add"(%[[ARG_0]], %[[ARG_1]])
    # CHECK:           tf_executor.fetch %[[ARG_1]], %[[ARG_0]], %[[ADD]]
    
    # Test when non zero index output tensors are feeds, remaining ops that are
    # unreachable are pruned if pruning is enabled.
    #
    # PRUNE-LABEL: func @main
    # PRUNE-SAME:  (%[[ARG_0:.*]]: tensor<f32>, %[[ARG_1:.*]]: tensor<f32>) -> (tensor<f32>, tensor<f32>, tensor<*xf32>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 10 19:53:21 UTC 2020
    - 6.2K bytes
    - Viewed (0)
  8. src/test/java/org/codelibs/core/beans/factory/ParameterizedClassDescFactoryTest.java

            final ParameterizedClassDesc[] args2 = arg2.getArguments();
            assertThat(args2.length, is(1));
    
            final ParameterizedClassDesc arg2_1 = args2[0];
            assertThat(arg2_1.getRawClass(), is(sameClass(Integer.class)));
        }
    
        /**
         * @throws Exception
         */
        @Test
        public void testMethodParameterType() throws Exception {
    Registered: Wed Jun 12 12:50:12 UTC 2024
    - Last Modified: Thu Mar 07 01:59:08 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/func_attributes.mlir

        func.return %4 : tensor<!tf_type.variant>
      }
      // CHECK-LABEL: __inference_Dataset_flat_map_lambda_190
      func.func private @__inference_Dataset_flat_map_lambda_190(%arg0: tensor<i64> {tf._user_specified_name = "args_0"}) -> tensor<!tf_type.variant> attributes {tf._original_func_name = "__inference_Dataset_flat_map_lambda_19", tf._tf_data_function = true, tf.signature.is_stateful} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 16 18:13:18 UTC 2022
    - 3.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/hoist_loop_invariant.mlir

    // CHECK:       tf.WhileRegion
    // CHECK:       ^bb0
    // CHECK:       tf.OpA
    // CHECK:       ^bb0([[ARG_2:%[a-zA-Z0-9_]+]]
    // CHECK-SAME:  [[ARG_3:%[a-zA-Z0-9_]+]]: tensor<i32>)
    // CHECK-NEXT:  [[RES_3:%.*]] = "tf.AddV2"([[ARG_2]], [[RES_1]])
    // CHECK-NEXT:  [[RES_4:%.*]] = "tf.Div"([[ARG_3]], [[RES_2]])
    // CHECK:       "tf.Yield"([[RES_3]], [[RES_4]])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 22 17:12:02 UTC 2023
    - 14.2K bytes
    - Viewed (0)
Back to top