Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 1x42 (0.04 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/utils/tf_to_xla_attribute_utils_test.cc

                            /*unpacked_values=*/{0x01, 0x02, 0x03, 0x04},
                            /*pack_dim=*/0,
                            /*expected_packed_shape=*/{1, 2},
                            /*expected_packed_values=*/{0x31, 0x42});
    }
    
    TEST(TfToXlaAttributeUtilsTest, PackOperandPackDimSizeOdd) {
      PackOperandTestHelper(
          /*unpacked_shape=*/{2, 3},
          /*unpacked_values=*/{0x01, 0x02, 0x03, 0x04, 0x05, 0x06},
          /*pack_dim=*/1,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/bpxsvc_zos.s

    	BYTE $0xac; BYTE $0x69; BYTE $0xed; BYTE $0xee
    	BYTE $0xeb; BYTE $0xef; BYTE $0xec; BYTE $0xbf
    	BYTE $0x80; BYTE $0xfd; BYTE $0xfe; BYTE $0xfb
    	BYTE $0xfc; BYTE $0xba; BYTE $0xae; BYTE $0x59
    	BYTE $0x44; BYTE $0x45; BYTE $0x42; BYTE $0x46
    	BYTE $0x43; BYTE $0x47; BYTE $0x9c; BYTE $0x48
    	BYTE $0x54; BYTE $0x51; BYTE $0x52; BYTE $0x53
    	BYTE $0x58; BYTE $0x55; BYTE $0x56; BYTE $0x57
    	BYTE $0x8c; BYTE $0x49; BYTE $0xcd; BYTE $0xce
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalization_op_config_test.cc

    namespace mlir {
    namespace mhlo {
    
    using func::FuncOp;
    using mlir::ModuleOp;
    
    static constexpr char kMlirModuleStr[] = R"(
    module attributes {tf.versions = {bad_consumers = [], min_consumer = 0 : i32, producer = 1442 : i32}} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 03:31:01 UTC 2024
    - 8.4K bytes
    - Viewed (0)
  4. src/crypto/ecdh/nist.go

    		// In tests, rand will return all zeros and NewPrivateKey will reject
    		// the zero key as it generates the identity as a public key. This also
    		// makes this function consistent with crypto/elliptic.GenerateKey.
    		key[1] ^= 0x42
    
    		k, err := c.NewPrivateKey(key)
    		if err == errInvalidPrivateKey {
    			continue
    		}
    		return k, err
    	}
    }
    
    func (c *nistCurve[Point]) NewPrivateKey(key []byte) (*PrivateKey, error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 8.1K bytes
    - Viewed (0)
Back to top