Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Collective (0.22 sec)

  1. tensorflow/c/c_api_experimental.cc

                                                      TF_Status* status) {
      tensorflow::EagerContext* context =
          tensorflow::ContextFromInterface(tensorflow::unwrap(ctx));
      auto collective_executor_handle = context->GetCollectiveExecutorHandle();
      collective_executor_handle->get()->StartAbort(status->status);
    }
    
    TF_CAPI_EXPORT extern void TFE_CollectiveOpsCheckPeerHealth(
        TFE_Context* ctx, const char* task, int64_t timeout_in_ms,
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 29.4K bytes
    - Viewed (0)
  2. RELEASE.md

                specifying a `delete_key` and `empty_key` that cannot be inserted
                into the table.
        *   Added support for specifying number of subdivisions in all reduce host
            collective. This parallelizes work on CPU and speeds up the collective
            performance. Default behavior is unchanged.
        *   Add an option `perturb_singular` to `tf.linalg.tridiagonal_solve` that
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top