Searched defs:mutable_input (Results 1 – 3 of 3) sorted by relevance
191 TensorValue OpsTestBase::mutable_input(int input_index) { in mutable_input() function in tensorflow::OpsTestBase
440 Tensor OpKernelContext::mutable_input(int index, bool lock_held) { in mutable_input() function in tensorflow::OpKernelContext639 Status OpKernelContext::mutable_input(StringPiece name, Tensor* tensor, in mutable_input() function in tensorflow::OpKernelContext
1147 auto* mutable_input = node_view->node()->mutable_input(); in RemoveControllingFaninInternal() local