- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 31 for stdin (0.06 sec)
-
tensorflow/c/c_test.c
limitations under the License. ==============================================================================*/ #include <limits.h> #include <memory.h> #include <stdio.h> #include <stdlib.h> #include <time.h> #include <unistd.h> #ifdef _WIN32 #include <process.h> #endif #include "tensorflow/c/c_api.h" #include "tensorflow/c/c_api_experimental.h"
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Apr 24 20:50:35 UTC 2024 - 2.8K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), type Timeval struct, Usec int32 pkg syscall (netbsd-arm64-cgo), type WaitStatus uint32 pkg syscall (netbsd-arm64-cgo), var Stderr int pkg syscall (netbsd-arm64-cgo), var Stdin int pkg syscall (netbsd-arm64-cgo), var Stdout int pkg syscall (netbsd-arm64), const AF_APPLETALK = 16 pkg syscall (netbsd-arm64), const AF_APPLETALK ideal-int pkg syscall (netbsd-arm64), const AF_ARP = 28
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), type Timeval struct, Usec int64 pkg syscall (freebsd-arm64), type WaitStatus uint32 pkg syscall (freebsd-arm64), var Stderr int pkg syscall (freebsd-arm64), var Stdin int pkg syscall (freebsd-arm64), var Stdout int pkg syscall (freebsd-arm64-cgo), const AF_APPLETALK = 16 pkg syscall (freebsd-arm64-cgo), const AF_APPLETALK ideal-int pkg syscall (freebsd-arm64-cgo), const AF_ARP = 35
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), type Timeval32 struct, Usec int32 pkg syscall (darwin-arm64), type WaitStatus uint32 pkg syscall (darwin-arm64), var Stderr int pkg syscall (darwin-arm64), var Stdin int pkg syscall (darwin-arm64), var Stdout int pkg syscall (darwin-arm64-cgo), const AF_APPLETALK = 16 pkg syscall (darwin-arm64-cgo), const AF_APPLETALK ideal-int pkg syscall (darwin-arm64-cgo), const AF_CCITT = 10
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
src/cmd/cgo/doc.go
circumvent this by using a C function wrapper. For example: package main // #include <stdio.h> // #include <stdlib.h> // // static void myprint(char* s) { // printf("%s\n", s); // } import "C" import "unsafe" func main() { cs := C.CString("Hello from stdio") C.myprint(cs) C.free(unsafe.Pointer(cs)) } A few special functions convert between Go and C types
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Oct 01 22:52:54 UTC 2024 - 44K bytes - Viewed (0) -
tensorflow/c/c_api_experimental.h
limitations under the License. ==============================================================================*/ #ifndef TENSORFLOW_C_C_API_EXPERIMENTAL_H_ #define TENSORFLOW_C_C_API_EXPERIMENTAL_H_ #include <stddef.h> #include <stdint.h> #include "tensorflow/c/c_api.h" #include "tensorflow/c/c_api_macros.h" #include "tensorflow/c/eager/c_api.h" // --------------------------------------------------------------------------
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Apr 27 21:07:00 UTC 2023 - 15.1K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), type Timeval struct, Usec int64 #53466 pkg syscall (freebsd-riscv64), type WaitStatus uint32 #53466 pkg syscall (freebsd-riscv64), var Stderr int #53466 pkg syscall (freebsd-riscv64), var Stdin int #53466 pkg syscall (freebsd-riscv64), var Stdout int #53466 pkg syscall (freebsd-riscv64-cgo), const AF_APPLETALK = 16 #53466 pkg syscall (freebsd-riscv64-cgo), const AF_APPLETALK ideal-int #53466
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
cmd/testdata/decryptObjectInfo.json.zst
Encryption-S3-Sealed-Key":"IAAfAMjAucmcF9T61NeS/Y8R2boGqxdQTuXjxDOCe/fFs3/YhxPQ==","X-Minio-Internal-Server-Side-Encryption-Seal-Algorithm":"DAREv2-HMAC-SHA256","content-type":"text/plain"}},{"Bucket":"buck1","Name":"go_113/src/cmd/gofmt/testdata/stdin4.input","UserDef":{"X-Minio-Internal-Server-Side-Encryption-Iv":"UHLuHL2zRUItJLVeKZd2=","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Key-Id":"my-minio-key","X-Minio-Internal-Server-Side-Encryption-S3-Kms-Sealed-Key":"IAAfAOfiHlthCSwXlGz2/3gt+60...
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 29 16:34:20 UTC 2020 - 164K bytes - Viewed (0) -
docs/de/docs/deployment/docker.md
---
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Mon Aug 12 21:47:53 UTC 2024 - 39K bytes - Viewed (0) -
tensorflow/c/c_api.h
limitations under the License. ==============================================================================*/ #ifndef TENSORFLOW_C_C_API_H_ #define TENSORFLOW_C_C_API_H_ #include <stddef.h> #include <stdint.h> #include "tensorflow/c/c_api_macros.h" #include "tensorflow/c/tf_attrtype.h" #include "tensorflow/c/tf_buffer.h" #include "tensorflow/c/tf_datatype.h" #include "tensorflow/c/tf_status.h"
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0)