Home
last modified time | relevance | path

Searched refs:SetSrcShape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.h146 void SetSrcShape(const TensorShape& shape) { src_shape_ = shape; } in SetSrcShape() function
Dremote_copy_node.cc383 captured_state_->SetSrcShape(shape); in StartSendPackedHandle()
448 captured_state->SetSrcShape(tensor.shape()); in StartRemoteSendTensor()