Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Wain (0.2 sec)

  1. src/cmd/cgo/internal/swig/testdata/callback/main.h

    Austin Clements <******@****.***> 1683216807 -0400
    C
    - Registered: 2023-11-28 11:13
    - Last Modified: 2023-05-12 12:00
    - 529 bytes
    - Viewed (0)
  2. fess-crawler/src/test/resources/extractor/program/test.c

    /* Test Code */
    #include <sdtio.h>
    
    
    int main(void)
    {
        printf("ใƒ†ใ‚นใƒˆ");
    C
    - Registered: 2023-11-05 03:50
    - Last Modified: 2015-10-11 02:16
    - 81 bytes
    - Viewed (0)
  3. tensorflow/c/c_test.c

      TF_Tensor* input;
      TF_Status* s = TF_NewStatus();
      TF_GetInput(ctx, 0, &input, s);
      TF_DeleteTensor(input);
      TF_DeleteStatus(s);
    }
    
    // Exercises tensorflow's C API.
    int main(int argc, char** argv) {
      TF_InitMain(argv[0], &argc, &argv);
    
      struct TF_StringStream* s = TF_GetLocalTempDirectories();
      const char* path;
    
      if (!TF_StringStreamNext(s, &path)) {
    C
    - Registered: 2023-11-28 12:39
    - Last Modified: 2020-01-15 17:51
    - 2.8K bytes
    - Viewed (0)
Back to top