- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for vec3 (0.04 sec)
-
tensorflow/c/c_api_test.cc
TF_Operation* vec2 = Const(vec2_tensor.get(), graph, status, "vec2"); ASSERT_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status); const int64_t vec3_dims[] = {3}; unique_tensor_ptr vec3_tensor( Int8Tensor(vec3_dims, TF_ARRAYSIZE(vec3_dims), data), TF_DeleteTensor); TF_Operation* vec3 = Const(vec3_tensor.get(), graph, status, "vec3");
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Mon Nov 17 00:00:38 UTC 2025 - 97K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
governed by a BSD-style // license that can be found in the LICENSE file. package rsa import ( "bytes" "crypto/sha1" "testing" ) func TestEMSAPSS(t *testing.T) { // Test vector in file pss-int.txt from: ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-1/pkcs-1v2-1-vec.zip msg := []byte{ 0x85, 0x9e, 0xef, 0x2f, 0xd7, 0x8a, 0xca, 0x00, 0x30, 0x8b, 0xdc, 0x47, 0x11, 0x93, 0xbf, 0x55, 0xbf, 0x9d, 0x78, 0xdb, 0x8f, 0x8a, 0x67, 0x2b, 0x48, 0x46, 0x34, 0xf3, 0xc9, 0xc2, 0x6e, 0x64, 0x78, 0xae, 0x10, 0x26, 0x0f, 0xe0, 0xdd,...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)