Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 25 for pack20 (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      // CHECK: %[[PACK2:.*]] = "tf.Pack"
    
      // CHECK: return %[[SHAPE0]], %[[SHAPE1]], %[[PACK0]], %[[PACK1]], %[[PACK2]]
      func.return %5, %9, %15, %17, %20 : tensor<2xi32>, tensor<3xi32>, tensor<3xi32>, tensor<3xi32>, tensor<*xi32>
    }
    
    // CHECK-LABEL: testTileMultiplesAllOnes
    func.func @testTileMultiplesAllOnes(%arg0: tensor<2x3xf32>) -> tensor<2x3xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      // replaced with a %shape. This is a common pattern in models with a dynamic
      // batch size.
    
      // Pack operation should pack at least two values.
      if (getValues().size() < 2) return {};
    
      // Dimensions packed along axis = 0 (pack scalars into vector).
      if (getAxis() != 0) return {};
    
      // First packed value is defined by a strided slice operation.
      auto slice_op =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    //===----------------------------------------------------------------------===//
    // PackOp
    //===----------------------------------------------------------------------===//
    
    // TODO(b/133486129): Implement shape inference for pack
    
    mlir::LogicalResult PackOp::verify() {
      PackOp op = *this;
      // TODO(antiagainst): Implement other checks as in
      // tensorflow/lite/kernels/pack.cc
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    		t.Tag.goString(indent+2, "Tag: "))
    }
    
    // PackExpansion is a pack expansion.  The Pack field may be nil.
    type PackExpansion struct {
    	Base AST
    	Pack *ArgumentPack
    }
    
    func (pe *PackExpansion) print(ps *printState) {
    	// We normally only get here if the simplify function was
    	// unable to locate and expand the pack.
    	if pe.Pack == nil {
    		if ps.llvmStyle {
    			ps.print(pe.Base)
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/s390x/asmz.go

    	// added in z13
    	op_CXPT   uint32 = 0xEDAF // 	RSL-b	CONVERT FROM PACKED (to extended DFP)
    	op_CDPT   uint32 = 0xEDAE // 	RSL-b	CONVERT FROM PACKED (to long DFP)
    	op_CPXT   uint32 = 0xEDAD // 	RSL-b	CONVERT TO PACKED (from extended DFP)
    	op_CPDT   uint32 = 0xEDAC // 	RSL-b	CONVERT TO PACKED (from long DFP)
    	op_LZRF   uint32 = 0xE33B // 	RXY-a	LOAD AND ZERO RIGHTMOST BYTE (32)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/ops.mlir

      // CHECK: "tfl.pack"(%arg0, %arg1) <{axis = 0 : i32, values_count = 2 : i32}>
      %0 = "tfl.pack"(%arg0, %arg1) {axis = 0 : i32, values_count = 2 : i32} : (tensor<2x!quant.uniform<i8:f32, 0.1>>, tensor<2x!quant.uniform<i8:f32, 0.1>>) -> tensor<2x2x!quant.uniform<i8:f32, 0.1>>
      func.return %0 : tensor<2x2x!quant.uniform<i8:f32, 0.1>>
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/arm64/asm7.go

    		var immh, width uint8
    		switch pack(Q, af, at) {
    		case pack(0, ARNG_8B, ARNG_8H):
    			immh, width = 1, 8
    		case pack(1, ARNG_16B, ARNG_8H):
    			immh, width = 1, 8
    		case pack(0, ARNG_4H, ARNG_4S):
    			immh, width = 2, 16
    		case pack(1, ARNG_8H, ARNG_4S):
    			immh, width = 2, 16
    		case pack(0, ARNG_2S, ARNG_2D):
    			immh, width = 4, 32
    		case pack(1, ARNG_4S, ARNG_2D):
    			immh, width = 4, 32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      }];
    }
    
    def TFL_PackOp : TFL_Op<"pack", [
        TFL_SameFirstOperandAndFirstResultElementType,
        Pure,
        QuantizableResult,
        SameOperandsAndResultsScale]> {
      let summary = "Packs a list of tensors along a dimension into one tensor";
    
      let description = [{
        Packs a list of `values_count` rank-`R` tensors into one rank-`(R+1)`
        tensor.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  9. src/cmd/go/internal/work/exec.go

    	// path to the output symbol ABIs file, or "" if none.
    	symabis(b *Builder, a *Action, sfiles []string) (string, error)
    	// pack runs the archive packer in a specific directory to create
    	// an archive from a set of object files.
    	// typically it is run in the object directory.
    	pack(b *Builder, a *Action, afile string, ofiles []string) error
    	// ld runs the linker to create an executable starting at mainpkg.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tests/legalize-tf.mlir

      // CHECK:  return
    }
    
    func.func @pack2Tensors(%arg0: tensor<2xi32>, %arg1: tensor<2xi32>) -> tensor<2x2xi32> {
      %0 = "tf.Pack"(%arg0, %arg1) : (tensor<2xi32>, tensor<2xi32>) -> tensor<2x2xi32>
      func.return %0 : tensor<2x2xi32>
    
    // CHECK-LABEL: pack2Tensors
    // CHECK: "tfl.pack"(%arg0, %arg1) <{axis = 0 : i32, values_count = 2 : i32}> : (tensor<2xi32>, tensor<2xi32>) -> tensor<2x2xi32>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 05 01:54:33 UTC 2024
    - 153.4K bytes
    - Viewed (0)
Back to top