Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for Add1 (0.04 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/split_into_island_per_op.mlir

      %graph:2 = tf_executor.graph {
        %island:3 = tf_executor.island {
          %add1 = "tf.Add"(%arg0, %arg1) : (tensor<*xi32>, tensor<i32>) -> tensor<*xi32>
          %add2 = "tf.Add"(%add1, %arg1) : (tensor<*xi32>, tensor<i32>) -> tensor<*xi32>
          tf_executor.yield %add1, %add2 : tensor<*xi32>, tensor<*xi32>
        }
        tf_executor.fetch %island#0, %island#1 : tensor<*xi32>, tensor<*xi32>
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 20.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/update_control_dependencies.mlir

      %graph:2 = tf_executor.graph {
        %add1, %add1_control = tf_executor.island wraps "tf.Add"(%arg0, %arg1) : (tensor<*xi32>, tensor<i32>) -> tensor<*xi32>
        %add2, %add2_control = tf_executor.island wraps "tf.Add"(%add1, %arg1) : (tensor<*xi32>, tensor<i32>) -> tensor<*xi32>
        tf_executor.fetch %add1, %add2 : tensor<*xi32>, tensor<*xi32>
      }
      return %graph#0, %graph#1 : tensor<*xi32>, tensor<*xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Nov 03 18:12:49 UTC 2023
    - 25.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/breakup-islands.mlir

      %graph:2 = tf_executor.graph {
        %island:3 = tf_executor.island {
          %add1 = "tf.Add"(%arg0, %arg1) : (tensor<*xi32>, tensor<i32>) -> tensor<*xi32>
          %add2 = "tf.Add"(%add1, %arg1) : (tensor<*xi32>, tensor<i32>) -> tensor<*xi32>
          tf_executor.yield %add1, %add2 : tensor<*xi32>, tensor<*xi32>
        }
        tf_executor.fetch %island#0, %island#1 : tensor<*xi32>, tensor<*xi32>
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 28.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/promote_resources_to_args.mlir

      // CHECK-NOT: "tf.AssignVariableOp"
      // CHECK: %[[CONST:.*]] = "tf.Const"()
      // CHECK: %[[ADD1:[0-9]*]] = "tf.AddV2"(%arg1, %[[CONST]])
      // CHECK: %[[ADD2:[0-9]*]] = "tf.AddV2"(%[[ADD1]], %[[ADD1]])
      // CHECK: %[[PACK:[0-9]*]] = "tf.Pack"(%arg1, %[[ADD2]])
      // CHECK: return %[[PACK]], %[[ADD1]]
    
      %0 = "tf.Const"() {value = dense<4.200000e+01> : tensor<f32>} : () -> tensor<f32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 18.2K bytes
    - Viewed (0)
  5. src/crypto/internal/nistec/p256_asm_s390x.s

    	// ---------------------------------------------------------------------------/
    	VREPF $3, Y0, YDIG
    	VMLF  X0, YDIG, ADD1
    	VMLF  ADD1, K0, MK0
    	VREPF $3, MK0, MK0
    
    	VMLF  X1, YDIG, ADD2
    	VMLHF X0, YDIG, ADD1H
    	VMLHF X1, YDIG, ADD2H
    
    	VMALF  M0, MK0, ADD1, RED1
    	VMALHF M0, MK0, ADD1, RED1H
    	VMALF  M1, MK0, ADD2, RED2
    	VMALHF M1, MK0, ADD2, RED2H
    
    	VSLDB $12, RED2, RED1, RED1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/deadness_analysis_test.cc

      Output add0 =
          ops::Add(root.WithOpName("add0"), sw_0.output_false, sw_1.output_false);
      Output add1 =
          ops::Add(root.WithOpName("add1"), sw_2.output_false, sw_3.output_false);
    
      ops::Merge m0(root.WithOpName("m0"), {add0, add1});
      ops::Merge m1(root.WithOpName("m1"), {add0, add1});
    
      Output add2 = ops::Add(root.WithOpName("add2"), m0.output, m1.output);
    
      std::unique_ptr<DeadnessAnalysis> result;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/clone_constants_for_better_clustering_test.cc

      Output c = ops::Const(on_gpu.WithOpName("const"), 1.0f, {});
      Output add1 = ops::AddV2(on_gpu.WithOpName("add1"), in, c);
      Output add2 = ops::AddV2(on_gpu.WithOpName("add2"), add1, c);
    
      std::unique_ptr<Graph> result;
      TF_ASSERT_OK(CloneConstantsForBetterClustering(root, &result));
    
      OutputTensor add1_operand;
      TF_ASSERT_OK(
          FindNodeByName(result.get(), "add1")->input_tensor(1, &add1_operand));
    
      OutputTensor add2_operand;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  8. tensorflow/c/c_api_function_test.cc

      VerifyFDef({"add1", "add2"}, M({{"feed1"}, {"feed2"}, {"feed3"}}),
                 M({{"internal_out"}, {"final_out"}}),
                 {{"feed1", "add1:0"},
                  {"feed2", "add1:1"},
                  {"add1:sum:0", "add2:0"},
                  {"feed3", "add2:1"},
                  {"add1:sum:0", "internal_out"},
                  {"add2:sum:0", "final_out"}},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 20 22:08:54 UTC 2023
    - 63.6K bytes
    - Viewed (0)
  9. src/crypto/internal/nistec/p256_asm_ppc64le.s

    	VMULT_ADD(X0, YDIG, ADD1H, ONE, ADD3, ADD3H)
    	VMULT_ADD(X1, YDIG, ADD2H, ONE, ADD4, ADD4H)
    
    	LXVD2X   (R17)(CPOOL), SEL1
    	VSPLTISB $0, ZER               // VZERO ZER
    	VPERM    ZER, ADD1, SEL1, RED3 // [d0 0 0 d0]
    
    	VSLDOI $12, ADD2, ADD1, T0 // ADD1 Free	// VSLDB
    	VSLDOI $12, ZER, ADD2, T1  // ADD2 Free	// VSLDB
    
    	VADDCUQ  T0, ADD3, CAR1     // VACCQ
    	VADDUQM  T0, ADD3, T0       // ADD3 Free	// VAQ
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  10. test/newinline.go

    	"errors"
    	"runtime"
    	"unsafe"
    )
    
    func add2(p *byte, n uintptr) *byte { // ERROR "can inline add2" "leaking param: p to result"
    	return (*byte)(add1(unsafe.Pointer(p), n)) // ERROR "inlining call to add1"
    }
    
    func add1(p unsafe.Pointer, x uintptr) unsafe.Pointer { // ERROR "can inline add1" "leaking param: p to result"
    	return unsafe.Pointer(uintptr(p) + x)
    }
    
    func f(x *byte) *byte { // ERROR "can inline f" "leaking param: x to result"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:25 UTC 2023
    - 11.2K bytes
    - Viewed (0)
Back to top