Searched refs:MutableInputs (Results 1 – 2 of 2) sorted by relevance
259 for (tensorflow::TensorHandle* h : *op_->MutableInputs()) { in ClearEagerInputs()262 op_->MutableInputs()->clear(); in ClearEagerInputs()280 op_->MutableInputs()->push_back(handle); in BuildEagerInputs()287 op_->MutableInputs()->push_back(handle); in BuildEagerInputs()
67 MutableInputs() { in MutableInputs() function