Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for recv_device (0.23 sec)

  1. tensorflow/c/eager/c_api_test_util.h

    // Return a SendOp op `op_name` with send input tensor `in` and attributes
    // `send_device`, `recv_device`, and `send_device_incarnation` set.
    TFE_Op* SendOp(TFE_Context* ctx, TFE_TensorHandle* in,
                   const std::string& op_name, const std::string& send_device,
                   const std::string& recv_device,
                   tensorflow::uint64 send_device_incarnation);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jul 17 23:43:59 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_remaining_ops.cc

                                 const uint64_t send_device_incarnation,
                                 const std::string& recv_device,
                                 const std::string& tensor_name) {
      return absl::StrCat(send_device, ";", send_device_incarnation, ";",
                          recv_device, ";", tensor_name);
    }
    }  // namespace
    
    std::optional<std::string> _HostRecvOp::GetResourceInstanceStr() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 14 20:05:58 UTC 2023
    - 7.6K bytes
    - Viewed (0)
Back to top