Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 3,284 for outC (0.04 sec)

  1. src/crypto/internal/nistec/fiat/p256_fiat64.go

    	x60 := uint8((x58 >> 8))
    	out1[0] = x5
    	out1[1] = x7
    	out1[2] = x9
    	out1[3] = x11
    	out1[4] = x13
    	out1[5] = x15
    	out1[6] = x17
    	out1[7] = x18
    	out1[8] = x19
    	out1[9] = x21
    	out1[10] = x23
    	out1[11] = x25
    	out1[12] = x27
    	out1[13] = x29
    	out1[14] = x31
    	out1[15] = x32
    	out1[16] = x33
    	out1[17] = x35
    	out1[18] = x37
    	out1[19] = x39
    	out1[20] = x41
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 41.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

      }];
    
      let arguments = (ins);
    
      let results = (outs
        Res<TF_Int32Tensor, [{A vector containing the global TPU id of each TPU on the host.}]>:$output
      );
    }
    
    def TF_ShutdownTPUSystemOp : TF_Op<"ShutdownTPUSystem", []> {
      let summary = [{
    An op that shuts down the TPU system.
      }];
    
      let arguments = (ins);
      let results = (outs
        TF_BoolTensor:$success
      );
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      );
    
      let results = (outs);
    }
    
    
    def TFL_HashtableSizeOp: TFL_Op<"hashtable_size", []> {
      let summary = "Computes the number of elements in the given table.";
    
      let arguments = (ins
        TFL_ResourceTensor:$hash_table
      );
    
      let results = (outs
        TFL_I64Tensor:$out
      );
    }
    
    def TFL_BroadcastArgsOp : TFL_Op<"broadcast_args",[
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/RegularImmutableMap.java

                continue entries;
              }
            }
            if (outI < i) { // if outI == i don't bother writing the values back where they came from
              alternatingKeysAndValues[outKeyIndex] = key;
              alternatingKeysAndValues[outKeyIndex ^ 1] = value;
            }
            outI++;
          }
          return outI == n ? hashTable : new Object[] {hashTable, outI, duplicateKey};
        } else if (tableSize <= SHORT_MAX_SIZE) {
          /*
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 15 22:32:14 UTC 2024
    - 22.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfrt/ir/mlrt/tf_mlrt_ops.td

      let description = [{
        The ConstOp creates a constant tensorflow::Tensor from serialized proto.
      }];
    
      let arguments = (ins
        StrAttr:$tensor_proto
      );
    
      let results = (outs
        TFTensorType:$result
      );
    
      let assemblyFormat = "attr-dict";
    }
    
    def ExecuteOp : TensorflowMlrt_Op<"executeop", []> {
      let summary = "The Fallback ExecuteOp";
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 20:44:15 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  6. src/crypto/internal/nistec/fiat/p521_fiat64.go

    	out1[21] = x48
    	out1[22] = x50
    	out1[23] = x51
    	out1[24] = x52
    	out1[25] = x54
    	out1[26] = x56
    	out1[27] = x58
    	out1[28] = x60
    	out1[29] = x62
    	out1[30] = x64
    	out1[31] = x65
    	out1[32] = x66
    	out1[33] = x68
    	out1[34] = x70
    	out1[35] = x72
    	out1[36] = x74
    	out1[37] = x76
    	out1[38] = x78
    	out1[39] = x79
    	out1[40] = x80
    	out1[41] = x82
    	out1[42] = x84
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 167K bytes
    - Viewed (0)
  7. src/cmd/internal/codesign/codesign.go

    }
    
    func (c *CodeDirectory) put(out []byte) []byte {
    	out = put32be(out, c.magic)
    	out = put32be(out, c.length)
    	out = put32be(out, c.version)
    	out = put32be(out, c.flags)
    	out = put32be(out, c.hashOffset)
    	out = put32be(out, c.identOffset)
    	out = put32be(out, c.nSpecialSlots)
    	out = put32be(out, c.nCodeSlots)
    	out = put32be(out, c.codeLimit)
    	out = put8(out, c.hashSize)
    	out = put8(out, c.hashType)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 29 14:23:19 UTC 2022
    - 8.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/post-quantize.mlir

    // QDQ-NEXT: %[[out1:.*]] = "tfl.dequantize"(%[[split]]#0) : (tensor<2x!quant.uniform<u8:f32, 1.000000e+00>>) -> tensor<2xf32>
    // QDQ-NEXT: %[[out2:.*]] = "tfl.dequantize"(%[[split]]#1) : (tensor<2x!quant.uniform<u8:f32, 1.000000e+00>>) -> tensor<2xf32>
    // QDQ-NEXT: return %[[out1]], %[[out2]] : tensor<2xf32>, tensor<2xf32>
    }
    
    // CHECK-LABEL: RemoveTrival
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 19.9K bytes
    - Viewed (0)
  9. src/cmd/link/internal/ld/macho_combine_dwarf.go

    	if _, err := outf.Seek(int64(dwarfCmdOffset), 0); err != nil {
    		return err
    	}
    	if _, err := io.CopyN(outf, bytes.NewReader(realdwarf.Raw()), int64(realdwarf.Len)); err != nil {
    		return err
    	}
    	if _, err := outf.Seek(int64(unsafe.Offsetof(exem.FileHeader.Ncmd)), 0); err != nil {
    		return err
    	}
    	if err := binary.Write(outf, exem.ByteOrder, exem.Ncmd+1); err != nil {
    		return err
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfr/ir/tfr_ops.td

        %1 = tfr.get_shape %0 -> !shape.shape
        ```
      }];
    
      let arguments = (ins TFR_TensorType:$arg);
    
      let results = (outs Shape_ShapeType:$out);
    
      let assemblyFormat = "$arg attr-dict `->` type($out)";
    
      let hasCanonicalizer = 1;
    }
    
    def TFR_GetElementTypeOp : TFR_Op<"get_element_type", [Pure]> {
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 10:54:29 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top