Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 570 for ARG1 (0.03 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/convert-tf-control-flow-to-scf.mlir

    // CHECK-SAME: (%[[ARG0:.*]]: tensor<i1>, %[[ARG1:.*]]: tensor<4xf32>)
    func.func @test_supported_lowering_of_tf_if_region2(%arg0: tensor<i1>, %arg1: tensor<4xf32>) -> () {
      "tf.IfRegion"(%arg0) ({
        func.call @test_if_then2(%arg1) : (tensor<4xf32>) -> ()
        "tf.Yield"() : () -> ()
      },  {
        func.call @test_if_else2(%arg1) : (tensor<4xf32>) -> ()
        "tf.Yield"() : () -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  2. testing/architecture-test/src/test/java/org/gradlebuild/AllowedMethodTypesClass.java

    public class AllowedMethodTypesClass {
        public void validMethod(String arg1, String arg2) {
    
        }
    
        public File invalidReturnType(String arg1, String arg2) {
            return null;
        }
    
        public void invalidParameterType(String arg1, File arg2) {
    
        }
    
        public <T extends File> void invalidTypeParameterBoundType(String arg1, String arg2) {
    
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. src/crypto/internal/edwards25519/scalar_fiat.go

    	x13 := (uint64(arg1[19]) << 24)
    	x14 := (uint64(arg1[18]) << 16)
    	x15 := (uint64(arg1[17]) << 8)
    	x16 := arg1[16]
    	x17 := (uint64(arg1[15]) << 56)
    	x18 := (uint64(arg1[14]) << 48)
    	x19 := (uint64(arg1[13]) << 40)
    	x20 := (uint64(arg1[12]) << 32)
    	x21 := (uint64(arg1[11]) << 24)
    	x22 := (uint64(arg1[10]) << 16)
    	x23 := (uint64(arg1[9]) << 8)
    	x24 := arg1[8]
    	x25 := (uint64(arg1[7]) << 56)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 10 18:45:00 UTC 2022
    - 35.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfr/tests/ops.mlir

    func.func @build_list(%arg0: !tfr.tensor<A>, %arg1: !tfr.tensor<B>) -> !tfr.tensor_list {
      %0 = "tfr.build_list"(%arg0, %arg1) : (!tfr.tensor<A>, !tfr.tensor<B>) -> !tfr.tensor_list
      func.return %0 : !tfr.tensor_list
    }
    
    // -----
    
    // CHECK-LABEL: quant_act_range
    func.func @quant_act_range(%arg0: !tfr.attr, %arg1: f32, %arg2: i64) -> !tfr.tensor {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jan 14 22:15:06 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/device_copy.mlir

    // CHECK-LABEL: func @fold_identity_n_test
    func.func @fold_identity_n_test(%arg0: tensor<2x2xf32>, %arg1: tensor<2x2xf32>) -> (tensor<2x2xf32>, tensor<2x2xf32>) {
      // CHECK: tf.MatMul
      %outputs = "tf.MatMul"(%arg0, %arg1) {device = "TPU", transpose_a = false, transpose_b = false} : (tensor<2x2xf32>, tensor<2x2xf32>) -> tensor<2x2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 5.2K bytes
    - Viewed (0)
  6. src/internal/fuzz/trace.go

    func libfuzzerTraceCmp1(arg0, arg1 uint8, fakePC uint)  {}
    func libfuzzerTraceCmp2(arg0, arg1 uint16, fakePC uint) {}
    func libfuzzerTraceCmp4(arg0, arg1 uint32, fakePC uint) {}
    func libfuzzerTraceCmp8(arg0, arg1 uint64, fakePC uint) {}
    
    func libfuzzerTraceConstCmp1(arg0, arg1 uint8, fakePC uint)  {}
    func libfuzzerTraceConstCmp2(arg0, arg1 uint16, fakePC uint) {}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 12 00:12:53 UTC 2022
    - 1.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/matmul.mlir

    func.func @main(%arg0: tensor<4x10x15xf32>, %arg1: tensor<4x15x17xf32>) -> tensor<4x10x17xf32> {
      %0 = "tfl.batch_matmul"(%arg0, %arg1) {adj_x = false, adj_y = false} : (tensor<4x10x15xf32>, tensor<4x15x17xf32>) -> tensor<4x10x17xf32>
      func.return %0:  tensor<4x10x17xf32>
    
    // CHECK-LABEL: main
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  8. src/crypto/internal/nistec/fiat/p256_fiat64.go

    	x13 := (uint64(arg1[19]) << 24)
    	x14 := (uint64(arg1[18]) << 16)
    	x15 := (uint64(arg1[17]) << 8)
    	x16 := arg1[16]
    	x17 := (uint64(arg1[15]) << 56)
    	x18 := (uint64(arg1[14]) << 48)
    	x19 := (uint64(arg1[13]) << 40)
    	x20 := (uint64(arg1[12]) << 32)
    	x21 := (uint64(arg1[11]) << 24)
    	x22 := (uint64(arg1[10]) << 16)
    	x23 := (uint64(arg1[9]) << 8)
    	x24 := arg1[8]
    	x25 := (uint64(arg1[7]) << 56)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 41.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      %3 = "tf.AddV2"(%arg1, %0) : (tensor<4xf32>, tensor<4xf32>) -> tensor<4xf32>
      %4 = "tf.AddV2"(%0, %arg1) : (tensor<4xf32>, tensor<4xf32>) -> tensor<4xf32>
    
      // CHECK: %[[CONST:.*]] = "tf.Const"()
      // CHECK-DAG: %[[ADD1:.*]] = "tf.AddV2"(%arg0, %[[CONST]])
      // CHECK-DAG: %[[ADD2:.*]] = "tf.AddV2"(%arg0, %[[CONST]])
      // CHECK: return %[[ADD1]], %[[ADD2]], %arg1, %arg1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-communication.mlir

          // CHECK:      [[SEND_TOKEN:%.*]] = "mhlo.send"([[ARG1]], [[INIT_TOKEN]])
          "tf.XlaSendToHost"(%arg1) {key = "send_key"} : (tensor<f32>) -> ()
    
          // CHECK:      mhlo.return [[ARG1]], [[SEND_TOKEN]]
          "mhlo.return"(%arg1) : (tensor<f32>) -> ()
    
        // CHECK-NEXT: }, {
        },  {
    
          // CHECK:      mhlo.return [[ARG1]], [[INIT_TOKEN]]
          "mhlo.return"(%arg1) : (tensor<f32>) -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 08 18:24:20 UTC 2024
    - 38.3K bytes
    - Viewed (0)
Back to top