- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for AllReduceOp (0.12 seconds)
-
tensorflow/c/eager/c_api_test_util.cc
TFE_OpSetAttrBool(op, "keep_dims", 1); TFE_OpSetAttrType(op, "Tidx", TF_INT32); TF_DeleteStatus(status); TFE_OpSetAttrType(op, "T", TFE_TensorHandleDataType(input)); return op; } TFE_Op* AllReduceOp(TFE_Context* ctx, TFE_TensorHandle* in, int group_size) { TF_Status* status = TF_NewStatus(); TFE_Op* op = TFE_NewOp(ctx, "CollectiveReduce", status); CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 09 05:56:18 GMT 2025 - 23.4K bytes - Click Count (0)