Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRemoteExecuteSilentCopiesFunc (0.27 sec)

  1. tensorflow/c/eager/c_api_remote_function_test.cc

    }
    
    TEST(CAPI, RemoteExecuteSilentCopiesAsyncFunc) {
      TestRemoteExecuteSilentCopiesFunc(/*async=*/true, /*remote=*/true,
                                        /*heavy_load_on_streaming_rpc=*/false);
    }
    TEST(CAPI, RemoteExecuteSilentCopiesFuncRemoteOutputs) {
      TestRemoteExecuteSilentCopiesFunc(/*async=*/false, /*remote=*/true,
                                        /*heavy_load_on_streaming_rpc=*/false,
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Fri Dec 11 22:56:03 GMT 2020
    - 3.6K bytes
    - Viewed (0)
Back to top