Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for uint32 (0.15 sec)

  1. tensorflow/c/eager/c_api_test_util.cc

                   tensorflow::uint64 send_device_incarnation) {
      TF_Status* status = TF_NewStatus();
      TFE_Op* op = TFE_NewOp(ctx, op_name.c_str(), status);
      CHECK_EQ(TF_OK, TF_GetCode(status)) << TF_Message(status);
      TF_DeleteStatus(status);
    
      TFE_OpSetAttrType(op, "tensor_type", TF_INT32);
      TFE_OpSetAttrString(op, "tensor_name", "dummy", 5);
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Feb 21 22:37:46 GMT 2024
    - 23.5K bytes
    - Viewed (2)
Back to top