Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.h80 TensorValue* MutableInput(int i) { return &tensor_args_[i]; } in MutableInput() function
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc110 TF_RETURN_IF_ERROR(src_->TensorValue(d, args.MutableInput(0))); in RunLocalSend()