Searched refs:TensorHandleInputs (Results 1 – 4 of 4) sorted by relevance
196 TF_RETURN_IF_ERROR(op->TensorHandleInputs(&handles)); in ValidateInputTypeAndPlacement()422 TF_RETURN_IF_ERROR(op->TensorHandleInputs(&inputs)); in GetOrCreateKernelAndDevice()647 TF_RETURN_IF_ERROR(op->TensorHandleInputs(&inputs)); in AddOrExecuteNode()666 TF_RETURN_IF_ERROR(op->TensorHandleInputs(&inputs)); in AddOrExecuteNode()760 TF_RETURN_IF_ERROR(op->TensorHandleInputs(&inputs)); in MaybePackInputTensor()853 TF_RETURN_IF_ERROR(op->TensorHandleInputs(&inputs)); in EagerRemoteExecute()957 TF_RETURN_IF_ERROR(op->TensorHandleInputs(&inputs)); in EagerRemoteExecute()1413 s = op->TensorHandleInputs(&inputs); in EagerLocalExecuteAsync()
143 TF_RETURN_IF_ERROR(op.TensorHandleInputs(&inputs)); in MaybePinToResourceDevice()
157 Status TensorHandleInputs(
427 Status EagerOperation::TensorHandleInputs( in TensorHandleInputs() function in tensorflow::EagerOperation