Searched refs:target_op_id (Results 1 – 1 of 1) sorted by relevance
33 #define CHECK_EXISTS_OR_RETURN(container, target_op_id, operation_id) \ argument35 auto p = CheckHandleExists(container, target_op_id, operation_id); \931 absl::flat_hash_map<int64_t, T>& container, int64_t target_op_id, in CheckHandleExists() argument933 if (container.count(target_op_id) == 0) { in CheckHandleExists()936 tensorflow::errors::InvalidArgument("Handle ", target_op_id, in CheckHandleExists()