Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Fairs (0.15 sec)

  1. tensorflow/c/c_api.cc

    static bool TF_Run_Inputs(TF_Tensor* const* c_inputs,
                              std::vector<std::pair<string, Tensor>>* input_pairs,
                              TF_Status* status) {
      const int ninputs = input_pairs->size();
      for (int i = 0; i < ninputs; ++i) {
        status->status =
            TF_TensorToTensorV1(c_inputs[i], &(*input_pairs)[i].second);
        if (!status->status.ok()) return false;
      }
      return true;
    }
    
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  2. guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    people about like that!'
    
      By this time she had found her way into a tidy little room with
    a table in the window, and on it (as she had hoped) a fan and two
    or three pairs of tiny white kid gloves:  she took up the fan and
    a pair of the gloves, and was just going to leave the room, when
    her eye fell upon a little bottle that stood near the looking-
    Plain Text
    - Registered: Fri Apr 12 12:43:09 GMT 2024
    - Last Modified: Mon Oct 29 21:35:03 GMT 2012
    - 145.2K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CacheTest.kt

            .build(),
        )
        server.enqueue(
          MockResponse.Builder()
            .code(HttpURLConnection.HTTP_NOT_MODIFIED)
            .build(),
        )
    
        // At least three request/response pairs are required because after the first request is cached
        // a different execution path might be taken. Thus modifications to the cache applied during
        // the second request might not be visible until another request is performed.
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/io/testdata/alice_in_wonderland.txt

    people about like that!'
    
      By this time she had found her way into a tidy little room with
    a table in the window, and on it (as she had hoped) a fan and two
    or three pairs of tiny white kid gloves:  she took up the fan and
    a pair of the gloves, and was just going to leave the room, when
    her eye fell upon a little bottle that stood near the looking-
    Plain Text
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Fri Apr 21 02:27:51 GMT 2017
    - 145.2K bytes
    - Viewed (0)
Back to top